Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_port_freertos.h39 struct npl_funcs_t * npl_freertos_funcs_get(void);
Dnimble_npl_os.h80 struct npl_funcs_t { struct
128 extern struct npl_funcs_t *npl_funcs; argument
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c1034 const struct npl_funcs_t npl_funcs_ro = {
1084 struct npl_funcs_t *npl_funcs = NULL;
1086 struct npl_funcs_t * npl_freertos_funcs_get(void) in npl_freertos_funcs_get()
1093 npl_funcs = (struct npl_funcs_t *)bt_osi_mem_malloc_internal(sizeof(struct npl_funcs_t)); in npl_freertos_funcs_init()
1098 memcpy(npl_funcs, &npl_funcs_ro, sizeof(struct npl_funcs_t)); in npl_freertos_funcs_init()
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c133 extern int esp_register_npl_funcs (struct npl_funcs_t *p_npl_func);
781 struct npl_funcs_t *p_npl_funcs = npl_freertos_funcs_get(); in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c124 extern int esp_register_npl_funcs (struct npl_funcs_t *p_npl_func);
855 struct npl_funcs_t *p_npl_funcs = npl_freertos_funcs_get(); in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c118 extern int esp_register_npl_funcs (struct npl_funcs_t *p_npl_func);
837 struct npl_funcs_t *p_npl_funcs = npl_freertos_funcs_get(); in esp_bt_controller_init()