Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1_5.h133 #define MEC_UART_LSRB_TXF_FULL_STS_Pos (0UL) /*!< TXF_FULL_STS (Bit 0) … macro
/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()