Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_nrfx.c27 struct k_sem sync_stop; member
85 k_sem_take(&data->sync_stop, K_FOREVER); in wdt_nrf_disable()
189 k_sem_give(&data->sync_stop); in wdt_event_handler()
240 (.sync_stop = Z_SEM_INITIALIZER( \
241 wdt_##idx##_data.sync_stop, 0, 1),)) \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c2482 static uint8_t sync_stop(struct ll_adv_sync_set *sync) function
2521 err = sync_stop(sync);