|
STM32H735xx HAL User Manual
|
Defines | |
| #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 300 of file stm32h7xx_hal_usart.h.
| #define USART_LASTBIT_ENABLE USART_CR2_LBCL |
USART frame last data bit clock pulse output to SCLK pin
Definition at line 301 of file stm32h7xx_hal_usart.h.
1.7.6.1