HAL
LL_USART_CLOCK_DISABLE is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_USART_CLOCK_DISABLE macro

Clock signal not provided

Syntax

#define LL_USART_CLOCK_DISABLE 0x00000000U

References

LocationText
stm32f4xx_ll_usart.h:241
#define LL_USART_CLOCK_DISABLE 0x00000000U /*!< Clock signal not provided */
stm32f4xx_ll_usart.c:426
if (USART_ClockInitStruct->ClockOutput == LL_USART_CLOCK_DISABLE)
stm32f4xx_ll_usart.c:474
USART_ClockInitStruct->ClockOutput = LL_USART_CLOCK_DISABLE;