SCFG_IsDSPAccessible

Syntax

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

Arguments

None.

Return Values

If TRUE, the DSP block is accessible.
If FALSE, the DSP block is not accessible.

Description

Determines if the DSP block is configured to be accessible from the AHB.

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_SetDSPAccessible

Revision History

2007/10/03 Initial version.


CONFIDENTIAL