|
STM32F103xB 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 254 of file stm32f1xx_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 255 of file stm32f1xx_ll_usart.h.
1.7.6.1