Searched refs:USART_STOPBITS_2 (Results 1 – 6 of 6) sorted by relevance
113 #define USART_STOPBITS_2 ((u32)0x00000004) macro116 #define USART_STOPBITS_2 ((u32)0x00000400) macro121 (STOPBITS == USART_STOPBITS_2))
208 #define USART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1) macro596 ((STOPBITS) == USART_STOPBITS_2))
104 #define USART_STOPBITS_2 ((u32)0x00000400) macro108 (STOPBITS == USART_STOPBITS_2))
108 config_usart.stopbits = USART_STOPBITS_2; in _uart_cfg()
170 USART_InitStructure.USART_StopBits = USART_STOPBITS_2; in ht32_configure()
642 USART_STOPBITS_2 = SERCOM_USART_CTRLB_SBMODE, enumerator
Completed in 26 milliseconds