Home
last modified time | relevance | path

Searched refs:MEC_UART_LSR_THSE_Pos (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h110 #define MEC_UART_LSR_THSE_Pos (6UL) /*!< THSE (Bit 6) … macro
Dmec5_uart_v1_5.h111 #define MEC_UART_LSR_THSE_Pos (6UL) /*!< THSE (Bit 6) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c686 if (base->LSR & MEC_BIT(MEC_UART_LSR_THSE_Pos)) { in mec_hal_uart_is_tx_empty()