|
STM32L443xx 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 387 of file stm32l4xx_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 388 of file stm32l4xx_ll_usart.h.
1.7.6.1