STM32F479xx 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 242 of file stm32f4xx_ll_usart.h.
Referenced by LL_USART_ClockInit(), and LL_USART_ClockStructInit().
#define LL_USART_CLOCK_ENABLE USART_CR2_CLKEN |
Clock signal provided
Definition at line 243 of file stm32f4xx_ll_usart.h.