HAL + 0/2 examples
SourceVu will show references to LL_USART_ConfigClock() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

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. Call of this function is equivalent to following function call sequence : - Clock Phase configuration using LL_USART_SetClockPhase() function - Clock Polarity configuration using LL_USART_SetClockPolarity() function - Output of Last bit Clock pulse configuration using LL_USART_SetLastClkPulseOutput() function CR2 CPOL LL_USART_ConfigClock\n CR2 LBCL LL_USART_ConfigClock

References

from examples