HAL + 0/2 examples
CodeScope will show references to LL_USART_SetOverSampling() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_USART_SetOverSampling()

LL_USART_SetOverSampling() function

Set Oversampling to 8-bit or 16-bit mode

Syntax

__STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx,     uint32_t OverSampling);

Arguments

USARTx

USART Instance

OverSampling

This parameter can be one of the following values: @arg LL_USART_OVERSAMPLING_16 @arg LL_USART_OVERSAMPLING_8

Return value

None

Examples

LL_USART_SetOverSampling() is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:615
__STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling)

Data Use

Data read by LL_USART_SetOverSampling()
LL_USART_SetOverSampling()