Searched refs:LPC_PWRD_API (Results 1 – 3 of 3) sorted by relevance
103 …LPC_PWRD_API->power_mode_configure(PMU_SLEEP, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 | PMU_PD_A… in ProcessPowerState()125 …LPC_PWRD_API->power_mode_configure(PMU_DEEP_SLEEP, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 | PMU… in ProcessPowerState()147 …LPC_PWRD_API->power_mode_configure(PMU_POWERDOWN, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 | PMU_… in ProcessPowerState()163 …LPC_PWRD_API->power_mode_configure(PMU_DEEP_POWERDOWN, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 |… in ProcessPowerState()
79 #define LPC_PWRD_API ((LPC_ROM_API)->pPWRD) macro
128 LPC_PWRD_API->power_mode_configure(PMU_DEEP_SLEEP, ~PMU_PD_WDOSC); in main()
Completed in 3 milliseconds