Searched refs:LSR (Results 1 – 6 of 6) sorted by relevance
171 base->LSR = (base->LSR & (uint8_t)~(MEC_UART_LCR_PARITY_Msk | MEC_UART_LCR_PARITY_SEL_Msk)) in mec_hal_uart_parity_set()461 regs->SCR = regs->LSR; in mec_hal_uart_init()594 *status = base->LSR; in mec_hal_uart_raw_status()654 if (base->LSR & MEC_BIT(MEC_UART_LSR_DRDY_Pos)) { in mec_hal_uart_is_rx_data()670 if (base->LSR & MEC_BIT(MEC_UART_LSR_THRE_Pos)) { in mec_hal_uart_is_tx_fifo_empty()686 if (base->LSR & MEC_BIT(MEC_UART_LSR_THSE_Pos)) { in mec_hal_uart_is_tx_empty()757 if (base->LSR & MEC_BIT(MEC_UART_LSR_THRE_Pos)) { in mec_hal_uart_tx_byte()791 if (base->LSR & MEC_BIT(MEC_UART_LSR_THRE_Pos)) { in mec_hal_uart_tx()817 lsr = base->LSR; in mec_hal_uart_rx_byte()818 if (base->LSR & MEC_BIT(MEC_UART_LSR_DRDY_Pos)) { in mec_hal_uart_rx_byte()
258 status = this_uart->hw_reg->LSR; in MSS_UART_polled_tx()318 status = this_uart->hw_reg->LSR; in MSS_UART_polled_tx_string()384 status = this_uart->hw_reg->LSR; in MSS_UART_tx_complete()415 status = this_uart->hw_reg->LSR; in MSS_UART_get_rx()422 status = this_uart->hw_reg->LSR; in MSS_UART_get_rx()814 status = this_uart->hw_reg->LSR; in MSS_UART_fill_tx_fifo()857 this_uart->status |= (this_uart->hw_reg->LSR); in MSS_UART_get_rx_status()905 status = this_uart->hw_reg->LSR; in MSS_UART_get_tx_status()1723 status = this_uart->hw_reg->LSR; in default_tx_handler()
723 volatile const uint8_t LSR; member
32 …__IOM uint8_t LSR; /*!< (@ 0x00000005) UART Line status register … member
284 __IOM uint8_t LSR; /*!< (@ 0x0005) UART Line Status(RO) */ member