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

IS_UART_LIN_OVERSAMPLING macro

Syntax

#define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16))

Arguments

SAMPLING

References

LocationText
stm32f4xx_hal_uart.h:852
#define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16))
stm32f4xx_hal_uart.c:523
assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling));