Searched refs:UART_STOPBITS_1 (Results 1 – 11 of 11) sorted by relevance
181 #define UART_STOPBITS_1 (0x00000000U) macro616 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \
284 #define UART_STOPBITS_1 ((uint32_t)0x00000000U) /*!< UART frame w… macro1091 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \1100 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
364 #define UART_STOPBITS_1 0x00000000U /*!< UART frame w… macro1284 ((__STOPBITS__) == UART_STOPBITS_1) || \1293 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
120 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
123 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
145 UartContext[obj->UartId].UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()