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

LL_USART_OVERSAMPLING_16 macro

Oversampling by 16

Syntax

#define LL_USART_OVERSAMPLING_16 0x00000000U

Examples

LL_USART_OVERSAMPLING_16 is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:230
#define LL_USART_OVERSAMPLING_16 0x00000000U /*!< Oversampling by 16 */
stm32f4xx_ll_usart.c:397
USART_InitStruct->OverSampling = LL_USART_OVERSAMPLING_16;