Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/uart/
Duart.c147 void *tx_done_sem_struct; member
1425 free(uart_obj->tx_done_sem_struct); in uart_free_driver_obj()
1457 uart_obj->tx_done_sem_struct = heap_caps_calloc(1, sizeof(StaticSemaphore_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()
1460 … !uart_obj->tx_mux_struct || !uart_obj->tx_brk_sem_struct || !uart_obj->tx_done_sem_struct || in uart_alloc_driver_obj()
1483 uart_obj->tx_done_sem = xSemaphoreCreateBinaryStatic(uart_obj->tx_done_sem_struct); in uart_alloc_driver_obj()