Home
last modified time | relevance | path

Searched defs:npl_funcs_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h80 struct npl_funcs_t { struct
81 bool (*p_ble_npl_os_started)(void);
82 void *(*p_ble_npl_get_current_task_id)(void);
83 void (*p_ble_npl_eventq_init)(struct ble_npl_eventq *);
84 void (*p_ble_npl_eventq_deinit)(struct ble_npl_eventq *);
85 struct ble_npl_event * (*p_ble_npl_eventq_get)(struct ble_npl_eventq *, ble_npl_time_t);
86 void (*p_ble_npl_eventq_put)(struct ble_npl_eventq *, struct ble_npl_event *);
87 void (*p_ble_npl_eventq_remove)(struct ble_npl_eventq *, struct ble_npl_event *);
88 void (*p_ble_npl_event_run)(struct ble_npl_event *);
89 bool (*p_ble_npl_eventq_is_empty)(struct ble_npl_eventq *);
[all …]