Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/src/
A Dpmu_rom.c103 …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()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_pwr_15xx.h87 #define PMU_PD_WDOSC (1 << 0) 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