Searched refs:UART_OVERSAMPLING_8 (Results 1 – 6 of 6) sorted by relevance
232 #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) macro636 ((SAMPLING) == UART_OVERSAMPLING_8))
335 #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) /*!< Oversampling by 8 … macro1144 ((__SAMPLING__) == UART_OVERSAMPLING_8))
415 #define UART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro1337 ((__SAMPLING__) == UART_OVERSAMPLING_8))
365 if(huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()2224 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
1904 if(huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
491 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()2958 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()