Searched refs:SOC_EVENT_UART_RX (Results 1 – 2 of 2) sorted by relevance
90 pi_fc_event_handler_set(SOC_EVENT_UART_RX(uart_id), uart_rx_isr, uart_semaphores_rx[uart_id]); in udma_uart_open()93 user_pi_fc_event_handler_set(SOC_EVENT_UART_RX(uart_id), uart_rx_isr); in udma_uart_open()96 hal_soc_eu_set_fc_mask(SOC_EVENT_UART_RX(uart_id)); in udma_uart_open()
77 #define SOC_EVENT_UART_RX(id) ((UDMA_UART_ID(id) << UDMA_CHANNEL_NB_EVENTS_LOG2) + EVENT_… macro
Completed in 6 milliseconds