Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h79 #define MEC_UART_LCR_PARITY_Msk (0x8UL) /*!< PARITY (Bitfield-Mask: 0x0… macro
Dmec5_uart_v1_5.h80 #define MEC_UART_LCR_PARITY_Msk (0x8UL) /*!< PARITY (Bitfield-Mask: 0x0… macro
/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()
186 reg_val = base->LCR & (MEC_UART_LCR_PARITY_Msk | MEC_UART_LCR_PARITY_SEL_Msk); in mec_hal_uart_parity_get()