Searched refs:MEC_UART_LCR_STOP_BITS_Pos (Results 1 – 3 of 3) sorted by relevance
247 base->LCR |= MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos); in mec_hal_uart_stop_bits_set()249 base->LCR &= (uint8_t)~MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos); in mec_hal_uart_stop_bits_set()263 if (base->LCR & MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos)) { in mec_hal_uart_stop_bits_get()358 regs->LCR |= (uint8_t)MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos); in prog_stop_bits()360 regs->LCR &= (uint8_t)~MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos); in prog_stop_bits()
76 #define MEC_UART_LCR_STOP_BITS_Pos (2UL) /*!< STOP_BITS (Bit 2) … macro
77 #define MEC_UART_LCR_STOP_BITS_Pos (2UL) /*!< STOP_BITS (Bit 2) … macro