Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h112 uint32_t (*p_ble_npl_callout_remaining_ticks)(struct ble_npl_callout *, ble_npl_time_t); member
304 return npl_funcs->p_ble_npl_callout_remaining_ticks(co, time); in ble_npl_callout_remaining_ticks()
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c1067 .p_ble_npl_callout_remaining_ticks = npl_freertos_callout_remaining_ticks,