Searched refs:USART_STOPBITS_1 (Results 1 – 11 of 11) sorted by relevance
105 config_usart.stopbits = USART_STOPBITS_1; in _uart_cfg()106 if (cfg->stop_bits != USART_STOPBITS_1) in _uart_cfg()
167 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in ht32_configure()173 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in ht32_configure()
112 #define USART_STOPBITS_1 ((u32)0x00000000) macro115 #define USART_STOPBITS_1 ((u32)0x00000000) macro120 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \
206 #define USART_STOPBITS_1 0x00000000U macro593 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \
103 #define USART_STOPBITS_1 ((u32)0x00000000) macro107 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \
640 USART_STOPBITS_1 = 0, enumerator1068 config->stopbits = USART_STOPBITS_1; in usart_get_config_defaults()
220 ctrlb |= USART_STOPBITS_1; in _usart_set_config()
132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
227 USART_InitStruct->USART_StopBits = USART_STOPBITS_1; in USART_StructInit()
217 USART_InitStruct->USART_StopBits = USART_STOPBITS_1; in USART_StructInit()
Completed in 34 milliseconds