Home
last modified time | relevance | path

Searched refs:pm_s2ram_system_off_fn_t (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/arch/common/
Dpm_s2ram.h39 typedef int (*pm_s2ram_system_off_fn_t)(void); typedef
58 int arch_pm_s2ram_suspend(pm_s2ram_system_off_fn_t system_off);
/Zephyr-latest/soc/nordic/nrf54h/
Dpm_s2ram.h29 int soc_s2ram_suspend(pm_s2ram_system_off_fn_t system_off);
Dpm_s2ram.c161 int soc_s2ram_suspend(pm_s2ram_system_off_fn_t system_off) in soc_s2ram_suspend()