Searched refs:UART_ADVFEATURE_RXOVERRUNDISABLE_INIT (Results 1 – 4 of 4) sorted by relevance
443 #define UART_ADVFEATURE_RXOVERRUNDISABLE_INIT ((uint32_t)0x00000010U) /*!< RX overrun dis… macro1241 … UART_ADVFEATURE_RXOVERRUNDISABLE_INIT | \
545 #define UART_ADVFEATURE_RXOVERRUNDISABLE_INIT 0x00000010U /*!< RX overrun disable … macro1434 … UART_ADVFEATURE_RXOVERRUNDISABLE_INIT | \
2336 if(HAL_IS_BIT_SET(huart->AdvancedInit.AdvFeatureInit, UART_ADVFEATURE_RXOVERRUNDISABLE_INIT)) in UART_AdvFeatureConfig()
3123 if (HAL_IS_BIT_SET(huart->AdvancedInit.AdvFeatureInit, UART_ADVFEATURE_RXOVERRUNDISABLE_INIT)) in UART_AdvFeatureConfig()