Symbols
loading...
Files
loading...

LL_USART_STOPBITS_1 macro

1 stop bit

Syntax

#define LL_USART_STOPBITS_1 0x00000000U

Examples

LL_USART_STOPBITS_1 is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:279
#define LL_USART_STOPBITS_1 0x00000000U /*!< 1 stop bit */
stm32f4xx_ll_usart.c:393
USART_InitStruct->StopBits = LL_USART_STOPBITS_1;