Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h102 #define MEC_UART_LSR_PAR_ERR_Pos (2UL) /*!< PAR_ERR (Bit 2) … macro
Dmec5_uart_v1_5.h103 #define MEC_UART_LSR_PAR_ERR_Pos (2UL) /*!< PAR_ERR (Bit 2) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c823 if (lsr & (MEC_BIT(MEC_UART_LSR_OVR_ERR_Pos) | MEC_BIT(MEC_UART_LSR_PAR_ERR_Pos) in mec_hal_uart_rx_byte()