SCFG_IsDSPReset

Syntax

#include <twl/scfg.h>
static inline BOOL SCFG_IsDSReset( void );
  

Arguments

None.

Return Values

If TRUE, a reset signal is being sent to the DSP.
If FALSE, the reset signal has been canceled.

Description

Gets the state of the reset signal being sent to the DSP block.

Note: Use this function when running on TWL hardware.

Because NITRO hardware does not include an SCFG block, this function is not expected to be called on NITRO hardware.

See Also

SCFG Overview
SCFG_ResetDSP
SCFG_ReleaseResetDSP

Revision History

2007/10/03 Initial version.


CONFIDENTIAL