Searched refs:UART_StopBits_1 (Results 1 – 22 of 22) sorted by relevance
45 #define UART_StopBits_1 1 macro48 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \
93 #define UART_StopBits_1 ((uint16_t)0x0000) macro96 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_StopBits_1) || \
103 #define UART_StopBits_1 (0x00000000) macro106 #define IS_UART_STOPBITS(STOPBITS, DATALENGTH) (((STOPBITS) == UART_StopBits_1) || \
62 UART_StopBits_1 = 0u, /*!< 1 stop bits. */ enumerator
140 uart->handle.StopBits = UART_StopBits_1; in mm32_configure()146 uart->handle.StopBits = UART_StopBits_1; in mm32_configure()
57 UART_StopBits_1 = 0U, enumerator
43 init.UART_StopBits = UART_StopBits_1; in CME_M7_configure()
177 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
37 UART_InitStructure.StopBits = UART_StopBits_1; in mm32_uart_configure()
194 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
202 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
48 UART_InitStructure.UART_StopBits = UART_StopBits_1; in mm32_uart_configure()
52 UART_InitStructure.UART_StopBits = UART_StopBits_1; in mm32_uart_configure()
52 UART_InitStructure.UART_StopBits = UART_StopBits_1; in tkm32_uart_configure()
50 UART_InitStructure.UART_StopBits = UART_StopBits_1; in mm32_uart_configure()
124 init_struct->StopBits = UART_StopBits_1; in UART_StructInit()
173 LCR |= UART_StopBits_1; in Uart_BaseInit()
Completed in 38 milliseconds