/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_adc_ex.c | 444 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()
|
D | stm32wbxx_hal_adc.c | 1871 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-3.6.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc_ex.c | 317 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()
|
D | stm32l4xx_hal_adc.c | 1669 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-3.6.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc_ex.c | 323 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart() 668 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
|
D | stm32g4xx_hal_adc.c | 1683 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_PollForEvent() 2640 SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADC_IRQHandler()
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc_ex.c | 317 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()
|
D | stm32l5xx_hal_adc.c | 1669 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-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc_ex.c | 319 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()
|
D | stm32h5xx_hal_adc.c | 1669 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-3.6.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_adc_ex.c | 421 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()
|
D | stm32mp1xx_hal_adc.c | 1667 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-3.6.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_adc_ex.c | 494 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart() 820 CLEAR_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF); in HAL_ADCEx_InjectedStart_IT()
|
D | stm32h7xx_hal_adc.c | 1826 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-3.6.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc.h | 534 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_adc.h | 534 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_adc.h | 432 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc.h | 552 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_adc.h | 486 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_adc.h | 478 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_adc.h | 455 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 1939 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()
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 508 #define HAL_ADC_ERROR_JQOVF (0x08U) /*!< Injected context queue overflow error … macro
|