Searched defs:ext_funcs_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 89 struct ext_funcs_t { struct 90 uint32_t ext_version; 91 …nt (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle); 92 int (*_esp_intr_free)(void **ret_handle); 93 void *(* _malloc)(size_t size); 94 void (*_free)(void *p); 95 void (*_rsv1)(int); 96 …t, int (*)(void *arg), int (*)(void *arg, uint8_t byte), int (*)(void *arg, uint8_t byte), void *); 97 int (*_rsv3)(int, int32_t, uint8_t, uint8_t, int, int); 98 int (*_rsv4)(int); [all …]
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 79 struct ext_funcs_t { struct 80 uint32_t ext_version; 81 …nt (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle); 82 int (*_esp_intr_free)(void **ret_handle); 83 void *(* _malloc)(size_t size); 84 void (*_free)(void *p); 85 int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, 87 void (* _task_delete)(void *task_handle); 88 void (*_osi_assert)(const uint32_t ln, const char *fn, uint32_t param1, uint32_t param2); 89 uint32_t (* _os_random)(void); [all …]
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 84 struct ext_funcs_t { struct 85 uint32_t ext_version; 86 …nt (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle); 87 int (*_esp_intr_free)(void **ret_handle); 88 void *(* _malloc)(size_t size); 89 void (*_free)(void *p); 90 int (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, 92 void (* _task_delete)(void *task_handle); 93 void (*_osi_assert)(const uint32_t ln, const char *fn, uint32_t param1, uint32_t param2); 94 uint32_t (* _os_random)(void); [all …]
|