Home
last modified time | relevance | path

Searched refs:ble_npl_callout_freertos (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()
592 struct ble_npl_callout_freertos *callout = (struct ble_npl_callout_freertos *)arg; in ble_npl_event_fn_wrapper()
625 struct ble_npl_callout_freertos *callout; in os_callout_timer_cb()
643 struct ble_npl_callout_freertos *callout = NULL; in npl_freertos_callout_init()
648 callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_init()
680 callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_init()
688 co->co = bt_osi_mem_malloc_internal(sizeof(struct ble_npl_callout_freertos)); in npl_freertos_callout_init()
689 callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_init()
724 callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_init()
736 struct ble_npl_callout_freertos *callout = (struct ble_npl_callout_freertos *)co->co; in npl_freertos_callout_deinit()
[all …]
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnpl_freertos.h45 struct ble_npl_callout_freertos { struct