HAL
UART_OVERSAMPLING_8 is only used within HAL.
 
Symbols
loading...
Files
loading...

UART_OVERSAMPLING_8 macro

Syntax

#define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8)

References

LocationText
stm32f4xx_hal_uart.h:331
#define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8)
stm32f4xx_hal_uart.c:3749
if (huart->Init.OverSampling == UART_OVERSAMPLING_8)
stm32f4xx_hal_uart.h:851
((SAMPLING) == UART_OVERSAMPLING_8))