Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dtwai.c74 void *rx_queue_struct; member
331 free(p_obj->rx_queue_struct); in twai_free_driver_obj()
355 p_obj->rx_queue_struct = heap_caps_calloc(1, sizeof(StaticQueue_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj()
357 …if (p_obj->rx_queue_buff == NULL || p_obj->rx_queue_struct == NULL || p_obj->semphr_struct == NULL… in twai_alloc_driver_obj()
367 …CreateStatic(rx_queue_len, sizeof(twai_hal_frame_t), p_obj->rx_queue_buff, p_obj->rx_queue_struct); in twai_alloc_driver_obj()