Home
last modified time | relevance | path

Searched refs:LPC_PWRD_API (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/src/
A Dpmu_rom.c103LPC_PWRD_API->power_mode_configure(PMU_SLEEP, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 | PMU_PD_A… in ProcessPowerState()
125LPC_PWRD_API->power_mode_configure(PMU_DEEP_SLEEP, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 | PMU… in ProcessPowerState()
147LPC_PWRD_API->power_mode_configure(PMU_POWERDOWN, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 | PMU_… in ProcessPowerState()
163LPC_PWRD_API->power_mode_configure(PMU_DEEP_POWERDOWN, (PMU_PD_WDOSC | PMU_PD_BOD | PMU_PD_ACMP0 |… in ProcessPowerState()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dromapi_15xx.h79 #define LPC_PWRD_API ((LPC_ROM_API)->pPWRD) macro
/lk-master/external/platform/lpc15xx/lpcopen/periph_wwdt/example/src/
A Dwwdt.c128 LPC_PWRD_API->power_mode_configure(PMU_DEEP_SLEEP, ~PMU_PD_WDOSC); in main()

Completed in 3 milliseconds