Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dtwai.c89 } twai_obj_t; typedef
91 static twai_obj_t *p_twai_obj = NULL;
308 static void twai_free_driver_obj(twai_obj_t *p_obj) in twai_free_driver_obj()
337 static twai_obj_t *twai_alloc_driver_obj(uint32_t tx_queue_len, uint32_t rx_queue_len) in twai_alloc_driver_obj()
341 twai_obj_t *p_obj = heap_caps_calloc(1, sizeof(twai_obj_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj()
416 twai_obj_t *p_twai_obj_dummy; in twai_driver_install()
461 twai_obj_t *p_twai_obj_dummy; in twai_driver_uninstall()