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

IS_UART_OVERSAMPLING macro

Syntax

#define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \     ((SAMPLING) == UART_OVERSAMPLING_8))

Arguments

SAMPLING

References

LocationText
stm32f4xx_hal_uart.h:850
#define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \
stm32f4xx_hal_uart.c:379
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:446
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));
stm32f4xx_hal_uart.c:606
assert_param(IS_UART_OVERSAMPLING(huart->Init.OverSampling));