Home
last modified time | relevance | path

Searched refs:NRF_POWER (Results 1 – 24 of 24) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_power.c107 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 Dnrfx_reset_reason.h132 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 Dsystem_nrf52820.c84 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
85 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Dsystem_nrf52805.c90 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
91 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Dsystem_nrf52811.c105 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
106 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Dsystem_nrf52810.c147 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
148 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Dsystem_nrf52833.c104 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
105 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Dsystem_nrf52840.c129 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
130 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Dsystem_nrf52.c150 if (NRF_POWER->RESETREAS & POWER_RESETREAS_RESETPIN_Msk){ in SystemInit()
151 NRF_POWER->RESETREAS = ~POWER_RESETREAS_RESETPIN_Msk; in SystemInit()
A Darm_startup_nrf51.s128 NRF_POWER_RAMON_ADDRESS EQU 0x40000524 ; NRF_POWER->RAMON address
129 NRF_POWER_RAMONB_ADDRESS EQU 0x40000554 ; NRF_POWER->RAMONB address
A Diar_startup_nrf51.s125 NRF_POWER_RAMON_ADDRESS EQU 0x40000524 ; NRF_POWER->RAMON address
126 NRF_POWER_RAMONB_ADDRESS EQU 0x40000554 ; NRF_POWER->RAMONB address
A Dnrf51.h1242 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52805.h1761 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52810.h1936 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52811.h2007 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52820.h2017 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52.h2350 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52833.h2698 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
A Dnrf52840.h2827 #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE) macro
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_power.h369 uint32_t status = nrf_power_usbregstatus_get(NRF_POWER); in nrfx_power_usbstatus_get()
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf5340_network.h62 #define NRF_POWER NRF_POWER_NS macro
A Dnrfx_config_nrf9160.h62 #define NRF_POWER NRF_POWER_S macro
A Dnrfx_config_nrf5340_application.h69 #define NRF_POWER NRF_POWER_S macro
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h1241 #define NRF_POWER ((NRF_POWER_Type *) NRF_POWER_BASE) macro

Completed in 128 milliseconds