Searched refs:NRF_POWER (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/soc/nordic/nrf52/ |
D | soc.c | 37 nrf_power_dcdcen_set(NRF_POWER, true); in nordicsemi_nrf52_init() 41 nrf_power_dcdcen_vddh_set(NRF_POWER, true); in nordicsemi_nrf52_init()
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | board.c | 18 if ((nrf_power_mainregstatus_get(NRF_POWER) == in board_nrf52840dongle_nrf52840_init()
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_nrf.c | 566 pof_thr = nrf_power_pofcon_get(NRF_POWER, &enabled); in suspend_pofwarn() 569 nrf_power_pofcon_set(NRF_POWER, false, pof_thr); in suspend_pofwarn() 574 if (nrf_power_event_check(NRF_POWER, NRF_POWER_EVENT_POFWARN)) { in suspend_pofwarn() 575 nrf_power_pofcon_set(NRF_POWER, true, pof_thr); in suspend_pofwarn() 590 pof_thr = nrf_power_pofcon_get(NRF_POWER, NULL); in restore_pofwarn() 592 nrf_power_pofcon_set(NRF_POWER, true, pof_thr); in restore_pofwarn()
|
/Zephyr-latest/soc/nordic/common/ |
D | poweroff.c | 73 nrf_power_system_off(NRF_POWER); in z_sys_poweroff()
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | soc.c | 153 nrf_power_task_trigger(NRF_POWER, NRF_POWER_TASK_CONSTLAT); in nordicsemi_nrf54l_init()
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf91.h | 29 #define NRF_POWER NRF_PERIPH(NRF_POWER) macro
|
D | nrfx_config_nrf5340_application.h | 37 #define NRF_POWER NRF_PERIPH(NRF_POWER) macro
|
D | nrfx_config_nrf5340_network.h | 37 #define NRF_POWER NRF_POWER_NS macro
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | soc.c | 120 if (nrf_power_event_check(NRF_POWER, NRF_POWER_EVENT_SLEEPENTER)) { in nrf53_anomaly_160_check() 121 nrf_power_event_clear(NRF_POWER, NRF_POWER_EVENT_SLEEPENTER); in nrf53_anomaly_160_check()
|
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 227 CHECK_DT_REG(power, NRF_POWER);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 229 NRF_POWER->TASKS_CONSTLAT = 1U; in radio_reset() 1739 NRF_POWER->TASKS_LOWPWR = 1U; in radio_tmr_stop()
|