Searched refs:tx_fifo_sem_struct (Results 1 – 1 of 1) sorted by relevance
146 void *tx_fifo_sem_struct; member1426 free(uart_obj->tx_fifo_sem_struct); in uart_free_driver_obj()1458 uart_obj->tx_fifo_sem_struct = heap_caps_calloc(1, sizeof(StaticSemaphore_t), UART_MALLOC_CAPS); in uart_alloc_driver_obj()1461 !uart_obj->tx_fifo_sem_struct) { in uart_alloc_driver_obj()1484 uart_obj->tx_fifo_sem = xSemaphoreCreateBinaryStatic(uart_obj->tx_fifo_sem_struct); in uart_alloc_driver_obj()