#include <twl/scfg.h>
static inline void SCFG_SetLCDCExpanded( BOOL sw );
| 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. |
None.
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.
SCFG Overview
SCFG_IsLCDCExpanded
2008/04/07 Added information on default values.
2007/10/03 Initial version.
CONFIDENTIAL