Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c179 struct ble_npl_callout_freertos *callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_mem_reset() local
181 BLE_LL_ASSERT(callout); in npl_freertos_callout_mem_reset()
182 BLE_LL_ASSERT(callout->handle); in npl_freertos_callout_mem_reset()
184 ble_npl_event_reset(&callout->ev); in npl_freertos_callout_mem_reset()
592 struct ble_npl_callout_freertos *callout = (struct ble_npl_callout_freertos *)arg; in ble_npl_event_fn_wrapper() local
593 BLE_LL_ASSERT(callout); in ble_npl_event_fn_wrapper()
595 if (callout->evq) { in ble_npl_event_fn_wrapper()
596 ble_npl_eventq_put(callout->evq, &callout->ev); in ble_npl_event_fn_wrapper()
598 struct ble_npl_event_freertos *event = (struct ble_npl_event_freertos *)callout->ev.event; in ble_npl_event_fn_wrapper()
599 event->fn(&callout->ev); in ble_npl_event_fn_wrapper()
[all …]
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in490 bool "Use Esp Timer for callout"