STM32F479xx HAL User Manual
|
Defines | |
#define | LL_USART_LASTCLKPULSE_NO_OUTPUT 0x00000000U |
#define | LL_USART_LASTCLKPULSE_OUTPUT USART_CR2_LBCL |
#define LL_USART_LASTCLKPULSE_NO_OUTPUT 0x00000000U |
The clock pulse of the last data bit is not output to the SCLK pin
Definition at line 252 of file stm32f4xx_ll_usart.h.
Referenced by LL_USART_ClockStructInit().
#define LL_USART_LASTCLKPULSE_OUTPUT USART_CR2_LBCL |
The clock pulse of the last data bit is output to the SCLK pin
Definition at line 253 of file stm32f4xx_ll_usart.h.