HAL + 0/2 examples
CodeScope will show references to LL_USART_OVERSAMPLING_8 from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_USART_OVERSAMPLING_8 macro

Oversampling by 8

Syntax

#define LL_USART_OVERSAMPLING_8 USART_CR1_OVER8

Examples

LL_USART_OVERSAMPLING_8 is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:231
#define LL_USART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */
stm32f4xx_ll_usart.h:1023
if (OverSampling == LL_USART_OVERSAMPLING_8)
stm32f4xx_ll_usart.h:1052
if (OverSampling == LL_USART_OVERSAMPLING_8)