HAL
HAL_ADC_STATE_ERROR_INTERNAL is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_ADC_STATE_ERROR_INTERNAL

HAL_ADC_STATE_ERROR_INTERNAL macro

Internal error occurrence

Syntax

#define HAL_ADC_STATE_ERROR_INTERNAL 0x00000010U

References

LocationText
stm32f4xx_hal_adc.h:165
#define HAL_ADC_STATE_ERROR_INTERNAL 0x00000010U /*!< Internal error occurrence */
stm32f4xx_hal_adc.c:369
if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
stm32f4xx_hal_adc.c:819
SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
stm32f4xx_hal_adc.c:1143
SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
stm32f4xx_hal_adc.c:1217
if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
stm32f4xx_hal_adc.c:1266
if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
stm32f4xx_hal_adc.c:1496
SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
stm32f4xx_hal_adc.c:2000
if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL | HAL_ADC_STATE_ERROR_DMA))
stm32f4xx_hal_adc.c:2040
if ((hadc->State & HAL_ADC_STATE_ERROR_INTERNAL) != 0UL)
stm32f4xx_hal_adc_ex.c:232
SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
stm32f4xx_hal_adc_ex.c:338
SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
stm32f4xx_hal_adc_ex.c:709
SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
stm32f4xx_hal_adc_ex.c:1031
if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL | HAL_ADC_STATE_ERROR_DMA))