SCFG_SetLCDCExpanded

Syntax

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

Arguments

sw Whether the LCDC circuit uses extensions to the NITRO-CPU.
If TRUE, extensions are used.
If FALSE, the LCDC circuit will be identical to NITRO's.

Return Values

None.

Description

Configures the use of extensions to the LCDC circuit.

Extensions will be used in TWL mode by default.

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_IsLCDCExpanded

Revision History

2008/04/07 Added information on default values.
2007/10/03 Initial version.


CONFIDENTIAL