Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dtwai.c75 void *semphr_struct; member
332 free(p_obj->semphr_struct); in twai_free_driver_obj()
356 p_obj->semphr_struct = heap_caps_calloc(1, sizeof(StaticSemaphore_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()
368 p_obj->alert_semphr = xSemaphoreCreateBinaryStatic(p_obj->semphr_struct); in twai_alloc_driver_obj()