Home
last modified time | relevance | path

Searched refs:NRF_POWER (Results 1 – 8 of 8) 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.c65 nrf_power_system_off(NRF_POWER); in z_sys_poweroff()
/Zephyr-latest/soc/nordic/nrf54l/
Dsoc.c150 nrf_power_task_trigger(NRF_POWER, NRF_POWER_TASK_CONSTLAT); in power_and_clock_configuration()
/Zephyr-latest/soc/nordic/nrf53/
Dsoc.c111 if (nrf_power_event_check(NRF_POWER, NRF_POWER_EVENT_SLEEPENTER)) { in nrf53_anomaly_160_check()
112 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.c230 NRF_POWER->TASKS_CONSTLAT = 1U; in radio_reset()
1786 NRF_POWER->TASKS_LOWPWR = 1U; in radio_tmr_stop()