Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf52/
Dsoc.c37 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/
Dboard.c18 if ((nrf_power_mainregstatus_get(NRF_POWER) == in board_nrf52840dongle_nrf52840_init()
/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf.c566 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/
Dpoweroff.c73 nrf_power_system_off(NRF_POWER); in z_sys_poweroff()
/Zephyr-latest/soc/nordic/nrf54l/
Dsoc.c153 nrf_power_task_trigger(NRF_POWER, NRF_POWER_TASK_CONSTLAT); in nordicsemi_nrf54l_init()
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config_nrf91.h29 #define NRF_POWER NRF_PERIPH(NRF_POWER) macro
Dnrfx_config_nrf5340_application.h37 #define NRF_POWER NRF_PERIPH(NRF_POWER) macro
Dnrfx_config_nrf5340_network.h37 #define NRF_POWER NRF_POWER_NS macro
/Zephyr-latest/soc/nordic/nrf53/
Dsoc.c120 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/
Dvalidate_base_addresses.c227 CHECK_DT_REG(power, NRF_POWER);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c229 NRF_POWER->TASKS_CONSTLAT = 1U; in radio_reset()
1739 NRF_POWER->TASKS_LOWPWR = 1U; in radio_tmr_stop()