STM32H735xx HAL User Manual
|
Defines | |
#define | LL_USART_CLOCK_DISABLE 0x00000000U |
#define | LL_USART_CLOCK_ENABLE USART_CR2_CLKEN |
#define LL_USART_CLOCK_DISABLE 0x00000000U |
Clock signal not provided
Definition at line 333 of file stm32h7xx_ll_usart.h.
Referenced by LL_USART_ClockStructInit().
#define LL_USART_CLOCK_ENABLE USART_CR2_CLKEN |
Clock signal provided
Definition at line 334 of file stm32h7xx_ll_usart.h.