SCFG_SupplyClockToDSP

Syntax

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

Arguments

sw If TRUE, a clock will be supplied to the DSP block.
If FALSE, a clock will no longer be supplied.

Return Values

None.

Description

Configures the clock supply to the DSP block.

To be safe, stop the clock while the DSP block is stopped.

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_IsClockSuppliedToDSP

Revision History

2007/10/03 Initial version.


CONFIDENTIAL