Searched refs:MEC5_UART_CFG_PARITY_MSK (Results 1 – 2 of 2) sorted by relevance
119 #define MEC5_UART_CFG_PARITY_MSK 0xe00u macro
349 uint32_t val = ((config & MEC5_UART_CFG_PARITY_MSK) >> MEC5_UART_CFG_PARITY_POS); in prog_parity()