Home
last modified time | relevance | path

Searched refs:LSRB (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1_5.h35 …__IOM uint8_t LSRB; /*!< (@ 0x00000008) Line Status Register B … member
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c747 if (!(base->LSRB & MEC_BIT(MEC_UART_LSRB_TXF_FULL_STS_Pos))) { /* if not full */ in mec_hal_uart_tx_byte()
781 if (!(base->LSRB & MEC_BIT(MEC_UART_LSRB_TXF_FULL_STS_Pos))) { in mec_hal_uart_tx()