Home
last modified time | relevance | path

Searched refs:uart_semaphores_rx (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.c37 SemaphoreHandle_t uart_semaphores_rx[N_UART]; variable
66 if (uart_semaphores_rx[uart_id] != NULL || uart_semaphores_tx[uart_id] != NULL) { in udma_uart_open()
81 uart_semaphores_rx[uart_id] = shSemaphoreHandle; in udma_uart_open()
90 pi_fc_event_handler_set(SOC_EVENT_UART_RX(uart_id), uart_rx_isr, uart_semaphores_rx[uart_id]); in udma_uart_open()

Completed in 3 milliseconds