Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dtwai.c72 void *tx_queue_struct; member
329 free(p_obj->tx_queue_struct); in twai_free_driver_obj()
349 p_obj->tx_queue_struct = heap_caps_calloc(1, sizeof(StaticQueue_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj()
350 if (p_obj->tx_queue_buff == NULL || p_obj->tx_queue_struct == NULL) { in twai_alloc_driver_obj()
362 …CreateStatic(tx_queue_len, sizeof(twai_hal_frame_t), p_obj->tx_queue_buff, p_obj->tx_queue_struct); in twai_alloc_driver_obj()