Searched refs:NRF_POWER (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf52/ |
D | soc.c | 34 nrf_power_gpregret_set(NRF_POWER, (uint8_t)type); in sys_arch_reboot() 47 nrf_power_dcdcen_set(NRF_POWER, true); in nordicsemi_nrf52_init() 50 nrf_power_dcdcen_vddh_set(NRF_POWER, true); in nordicsemi_nrf52_init()
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/common/ |
D | poweroff.c | 18 nrf_power_system_off(NRF_POWER); in z_sys_poweroff()
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf51/ |
D | soc.c | 32 nrf_power_gpregret_set(NRF_POWER, (uint8_t)type); in sys_arch_reboot()
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | soc_flash_nrf.c | 556 pof_thr = nrf_power_pofcon_get(NRF_POWER, &enabled); in suspend_pofwarn() 559 nrf_power_pofcon_set(NRF_POWER, false, pof_thr); in suspend_pofwarn() 564 if (nrf_power_event_check(NRF_POWER, NRF_POWER_EVENT_POFWARN)) { in suspend_pofwarn() 565 nrf_power_pofcon_set(NRF_POWER, true, pof_thr); in suspend_pofwarn() 580 pof_thr = nrf_power_pofcon_get(NRF_POWER, NULL); in restore_pofwarn() 582 nrf_power_pofcon_set(NRF_POWER, true, pof_thr); in restore_pofwarn()
|
/Zephyr-Core-3.5.0/samples/boards/nrf/system_off/src/ |
D | retained.c | 119 nrf_power_rampower_mask_on(NRF_POWER, block, section_mask); in ram_range_retain() 121 nrf_power_rampower_mask_off(NRF_POWER, block, section_mask); in ram_range_retain()
|
/Zephyr-Core-3.5.0/boards/arm/nrf52840dongle_nrf52840/ |
D | board.c | 18 if ((nrf_power_mainregstatus_get(NRF_POWER) == in board_nrf52840dongle_nrf52840_init()
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/soc/arm/nordic_nrf/nrf53/ |
D | soc.c | 119 if (nrf_power_event_check(NRF_POWER, NRF_POWER_EVENT_SLEEPENTER)) { in nrf53_anomaly_160_check() 120 nrf_power_event_clear(NRF_POWER, NRF_POWER_EVENT_SLEEPENTER); in nrf53_anomaly_160_check()
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/ |
D | validate_base_addresses.c | 157 CHECK_DT_REG(power, NRF_POWER);
|