Home
last modified time | relevance | path

Searched refs:HAL_ADC_ERROR_OVR (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h255 #define HAL_ADC_ERROR_OVR (0x02U) /*!< Overrun error … macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c1050 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_OVR); in HAL_ADC_PollForEvent()
1490 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_OVR); in HAL_ADC_IRQHandler()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h188 #define HAL_ADC_ERROR_OVR ((uint32_t)0x01) /*!< OVR error */ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c794 hadc->ErrorCode |= HAL_ADC_ERROR_OVR; in HAL_ADC_IRQHandler()

Completed in 14 milliseconds