Searched refs:MEC5_UART_CFG_WORD_LEN_MSK (Results 1 – 2 of 2) sorted by relevance
109 #define MEC5_UART_CFG_WORD_LEN_MSK 0xc0u macro
341 uint32_t val = ((config & MEC5_UART_CFG_WORD_LEN_MSK) >> MEC5_UART_CFG_WORD_LEN_POS); in prog_word_len()