Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c49 static struct gpd_onoff_manager fast_active0 = { variable
51 .lock = Z_MUTEX_INITIALIZER(fast_active0.lock),
52 .sem = Z_SEM_INITIALIZER(fast_active0.sem, 0, 1),
82 return &fast_active0; in get_mgr()
304 ret = onoff_manager_init(&fast_active0.mgr, &transitions); in nrf_gpd_pre_init()
350 ret = nrf_gpd_sync(&fast_active0); in nrf_gpd_post_init()