Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_uart.c171 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()
/hal_microchip-latest/mpfs/drivers/mss/mss_mmuart/
Dmss_uart.c258 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()
Dmss_uart.h723 volatile const uint8_t LSR; member
/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h32 …__IOM uint8_t LSR; /*!< (@ 0x00000005) UART Line status register … member
Dmec5_uart_v1_5.h32 …__IOM uint8_t LSR; /*!< (@ 0x00000005) UART Line status register … member
/hal_microchip-latest/mec/mec1501/component/
Duart.h284 __IOM uint8_t LSR; /*!< (@ 0x0005) UART Line Status(RO) */ member