/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_power.c | 107 nrf_power_dcdcen_vddh_set(NRF_POWER, p_config->dcdcenhv); in nrfx_power_init() 113 nrf_power_dcdcen_set(NRF_POWER, p_config->dcdcen); in nrfx_power_init() 133 NRFX_IRQ_DISABLE(nrfx_get_irq_number(NRF_POWER)); in nrfx_power_uninit() 163 nrf_power_pofcon_set(NRF_POWER, true, p_config->thr); in nrfx_power_pof_enable() 169 nrf_power_pofcon_vddh_set(NRF_POWER, p_config->thrvddh); in nrfx_power_pof_enable() 176 nrf_power_int_enable(NRF_POWER, NRF_POWER_INT_POFWARN_MASK); in nrfx_power_pof_enable() 183 nrf_power_pofcon_set(NRF_POWER, false, NRF_POWER_POFTHR_V27); in nrfx_power_pof_disable() 187 nrf_power_int_disable(NRF_POWER, NRF_POWER_INT_POFWARN_MASK); in nrfx_power_pof_disable() 219 nrf_power_event_clear(NRF_POWER, NRF_POWER_EVENT_SLEEPEXIT); in nrfx_power_sleepevt_enable() 221 nrf_power_int_enable(NRF_POWER, enmask); in nrfx_power_sleepevt_enable() [all …]
|
/lk-master/external/platform/nrfx/helpers/ |
A D | nrfx_reset_reason.h | 132 return nrf_power_resetreas_get(NRF_POWER); in nrfx_reset_reason_get() 146 nrf_power_resetreas_clear(NRF_POWER, mask); in nrfx_reset_reason_clear()
|
/lk-master/external/platform/nrfx/mdk/ |
A D | system_nrf52820.c | 84 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 85 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | system_nrf52805.c | 90 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 91 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | system_nrf52811.c | 105 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 106 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | system_nrf52810.c | 147 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 148 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | system_nrf52833.c | 104 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 105 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | system_nrf52840.c | 129 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 130 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | system_nrf52.c | 150 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit() 151 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
|
A D | arm_startup_nrf51.s | 128 NRF_POWER_RAMON_ADDRESS EQU 0x40000524 ; NRF_POWER->RAMON address 129 NRF_POWER_RAMONB_ADDRESS EQU 0x40000554 ; NRF_POWER->RAMONB address
|
A D | iar_startup_nrf51.s | 125 NRF_POWER_RAMON_ADDRESS EQU 0x40000524 ; NRF_POWER->RAMON address 126 NRF_POWER_RAMONB_ADDRESS EQU 0x40000554 ; NRF_POWER->RAMONB address
|
A D | nrf51.h | 1242 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52805.h | 1761 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52810.h | 1936 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52811.h | 2007 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52820.h | 2017 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52.h | 2350 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52833.h | 2698 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
A D | nrf52840.h | 2827 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_power.h | 369 uint32_t status = nrf_power_usbregstatus_get(NRF_POWER); in nrfx_power_usbstatus_get()
|
/lk-master/external/platform/nrfx/templates/ |
A D | nrfx_config_nrf5340_network.h | 62 #define NRF_POWER NRF_POWER_NS macro
|
A D | nrfx_config_nrf9160.h | 62 #define NRF_POWER NRF_POWER_S macro
|
A D | nrfx_config_nrf5340_application.h | 69 #define NRF_POWER NRF_POWER_S macro
|
/lk-master/external/platform/nrf51/include/platform/ |
A D | nrf518xx.h | 1241 #define NRF_POWER ((NRF_POWER_Type *) NRF_POWER_BASE) macro
|