Home
last modified time | relevance | path

Searched refs:sleep_cfg (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dpower.c50 static const struct da1469x_sleep_config sleep_cfg = { in renesas_da1469x_pm_init() local
54 da1469x_sleep_config(&sleep_cfg); in renesas_da1469x_pm_init()
/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c376 nrfx_grtc_sleep_config_t sleep_cfg; in z_nrf_grtc_wakeup_prepare() local
382 nrfx_grtc_sleep_configuration_get(&sleep_cfg); in z_nrf_grtc_wakeup_prepare()
383 minimum_latency_us = (sleep_cfg.waketime + sleep_cfg.timeout) * in z_nrf_grtc_wakeup_prepare()
386 sleep_cfg.auto_mode = false; in z_nrf_grtc_wakeup_prepare()
387 nrfx_grtc_sleep_configure(&sleep_cfg); in z_nrf_grtc_wakeup_prepare()