Searched refs:HAL_ADC_STATE_INJ_JQOVF (Results 1 – 5 of 5) sorted by relevance
358 #define HAL_ADC_STATE_INJ_JQOVF (0x00004000UL) /*!< Injected queue overflow occurrence */ macro
267 #define HAL_ADC_STATE_INJ_JQOVF ((uint32_t)0x00004000) /*!< Not available on this STM32 … macro
1683 SET_BIT(hadc->State, HAL_ADC_STATE_INJ_JQOVF); in HAL_ADC_PollForEvent()2594 SET_BIT(hadc->State, HAL_ADC_STATE_INJ_JQOVF); in HAL_ADC_IRQHandler()
2217 CLEAR_BIT(hadc->State, HAL_ADC_STATE_INJ_JQOVF); in HAL_ADCEx_EnableInjectedQueue()
223 #define HAL_ADC_STATE_INJ_JQOVF (0x00004000U) /*!< Not available on STM32L1 device: Inje… macro