Searched refs:ARM_USART_STOP_BITS_Msk (Results 1 – 5 of 5) sorted by relevance
105 #define ARM_USART_STOP_BITS_Msk (3UL << ARM_USART_STOP_BITS_Pos) macro
211 switch (control & (uint32_t)ARM_USART_STOP_BITS_Msk) in UART_CommonControl()
224 switch (control & ARM_USART_STOP_BITS_Msk) in UART_CommonControl()
168 switch (control & ARM_USART_STOP_BITS_Msk) in USART_CommonControl()
429 switch (control & ARM_USART_STOP_BITS_Msk) in LPUART_CommonControl()