Home
last modified time | relevance | path

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

/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/
A Dudma_uart_driver.c38 SemaphoreHandle_t uart_semaphores_tx[N_UART]; variable
66 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