Searched refs:uart_semaphores_tx (Results 1 – 1 of 1) sorted by relevance
38 SemaphoreHandle_t uart_semaphores_tx[N_UART]; variable66 if (uart_semaphores_rx[uart_id] != NULL || uart_semaphores_tx[uart_id] != NULL) { in udma_uart_open()86 uart_semaphores_tx[uart_id] = shSemaphoreHandle; in udma_uart_open()91 pi_fc_event_handler_set(SOC_EVENT_UDMA_UART_TX(uart_id), NULL, uart_semaphores_tx[uart_id]); in udma_uart_open()125 SemaphoreHandle_t shSemaphoreHandle = uart_semaphores_tx[uart_id]; in udma_uart_writeraw()
Completed in 3 milliseconds