Searched refs:callout (Results 1 – 2 of 2) sorted by relevance
179 struct ble_npl_callout_freertos *callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_mem_reset() local181 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() local593 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 …]
490 bool "Use Esp Timer for callout"