Macros | |
#define | USART_LASTBIT_DISABLE 0x00000000U |
#define | USART_LASTBIT_ENABLE USART_CR2_LBCL |
#define USART_LASTBIT_DISABLE 0x00000000U |
USART frame last data bit clock pulse not output to SCLK pin
Definition at line 287 of file stm32f7xx_hal_usart.h.
#define USART_LASTBIT_ENABLE USART_CR2_LBCL |
USART frame last data bit clock pulse output to SCLK pin
Definition at line 288 of file stm32f7xx_hal_usart.h.