HAL
LL_USART_DisableSCLKOutput() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_USART_DisableSCLKOutput()

LL_USART_DisableSCLKOutput() function

Disable Clock output on SCLK pin

Syntax

__STATIC_INLINE void LL_USART_DisableSCLKOutput(USART_TypeDef *USARTx);

Arguments

USARTx

USART Instance

Return value

None

Notes

Macro IS_USART_INSTANCE(USARTx) can be used to check whether or not Synchronous mode is supported by the USARTx instance.

References

LocationReferrerText
stm32f4xx_ll_usart.h:776
__STATIC_INLINE void LL_USART_DisableSCLKOutput(USART_TypeDef *USARTx)
stm32f4xx_ll_usart.c:431LL_USART_ClockInit()
LL_USART_DisableSCLKOutput(USARTx);

Call Tree

Functions calling LL_USART_DisableSCLKOutput()
all items filtered out
LL_USART_DisableSCLKOutput()
Data read by LL_USART_DisableSCLKOutput()
LL_USART_DisableSCLKOutput()