Searched refs:ble_npl_event_init (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/ |
D | nimble_npl.h | 66 void ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn,
|
D | nimble_npl_os.h | 185 IRAM_ATTR ble_npl_event_init(struct ble_npl_event *ev, ble_npl_event_fn *fn, in ble_npl_event_init() function
|
/hal_espressif-latest/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 652 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init() 683 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init() 695 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init() 727 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init()
|