![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Data Structures | |
struct | LPC_CREG_T |
CREG Register Block. More... | |
Functions | |
STATIC INLINE uint32_t | Chip_CREG_OnChipFlashIsPresent (void) |
Identifies whether on-chip flash is present. | |
STATIC INLINE void | Chip_CREG_SetFlashAcceleration (uint32_t Hz) |
Configures the onboard Flash Accelerator in flash-based LPC18xx/LPC43xx parts. | |
STATIC INLINE void | Chip_CREG_EnableUSB0Phy (bool Enable) |
Enables the USB0 high-speed PHY on LPC18xx/LPC43xx parts. | |
STATIC INLINE void | Chip_CREG_ConfigureBODaR (uint32_t BODVL, uint32_t BORVL) |
Configures the BOD and Reset on LPC18xx/LPC43xx parts. | |
Configures the BOD and Reset on LPC18xx/LPC43xx parts.
BODVL | : Brown-Out Detect voltage level (0-3) |
BORVL | : Brown-Out Reset voltage level (0-3) |
Definition at line 137 of file creg_18xx_43xx.h.
Enables the USB0 high-speed PHY on LPC18xx/LPC43xx parts.
Enable | : true to enable PHY, false to disable |
Definition at line 121 of file creg_18xx_43xx.h.
Identifies whether on-chip flash is present.
Definition at line 93 of file creg_18xx_43xx.h.
Configures the onboard Flash Accelerator in flash-based LPC18xx/LPC43xx parts.
Hz | : Current frequency in Hz of the CPU |
Definition at line 106 of file creg_18xx_43xx.h.