Searched refs:IS_UART_LIN_OVERSAMPLING (Results 1 – 8 of 8) sorted by relevance
852 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16)) macro
858 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16)) macro
517 assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling)); in HAL_LIN_Init()
523 assert_param(IS_UART_LIN_OVERSAMPLING(huart->Init.OverSampling)); in HAL_LIN_Init()