Searched refs:rx_busy (Results 1 – 7 of 7) sorted by relevance
26 bool rx_busy; member245 uart->rx_busy = true; in tty_uart_enable_rx()257 uart->rx_busy = false; in tty_uart_disable_rx()313 if (!uart->rx_busy) { in tty_uart_rx_handler()378 tty_uarts[1].rx_busy = false; in tty_uart_init()390 tty_uarts[2].rx_busy = false; in tty_uart_init()
53 volatile uint32_t rx_busy; member365 usart_priv->rx_busy = 0; in ck_usart_intr_recv_data()713 usart_priv->rx_busy = 1; in csi_usart_receive()809 usart_status.rx_busy = usart_priv->rx_busy; in csi_usart_get_status()976 if (usart_priv->rx_busy) { in csi_usart_get_rx_count()
126 uint32_t rx_busy : 1; ///< Receiver busy flag member
421 unsigned int rx_busy; member
Completed in 15 milliseconds