Home
last modified time | relevance | path

Searched refs:HAL_ADC_ERROR_JQOVF (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c444 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
713 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32wbxx_hal_adc.c1871 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2626 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c317 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
662 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32l4xx_hal_adc.c1669 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2583 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c317 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
662 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32l5xx_hal_adc.c1669 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2582 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c324 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
669 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32g4xx_hal_adc.c1685 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2642 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c319 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
664 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32h5xx_hal_adc.c1669 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2687 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c319 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
664 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32h7rsxx_hal_adc.c1669 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2687 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c421 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
760 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32mp1xx_hal_adc.c1667 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2568 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c508 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart()
834 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
Dstm32h7xx_hal_adc.c1826 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
2701 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc.h534 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc.h553 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc.h534 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc.h552 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc.h486 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc.h432 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc.h478 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc.h564 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c1939 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent()
3171 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()

12