HAL
HAL_ADC_LevelOutOfWindowCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_ADC_LevelOutOfWindowCallback()

HAL_ADC_LevelOutOfWindowCallback() function

Analog watchdog callback in non blocking mode

Syntax

void HAL_ADC_LevelOutOfWindowCallback(ADC_HandleTypeDef *hadc);
Implemented in stm32f4xx_hal_adc.c:1610

Arguments

hadc

pointer to a ADC_HandleTypeDef structure that contains the configuration information for the specified ADC.

Return value

None

References

LocationReferrerText
stm32f4xx_hal_adc.c:1610
__weak void HAL_ADC_LevelOutOfWindowCallback(ADC_HandleTypeDef *hadc)
stm32f4xx_hal_adc.h:601
void HAL_ADC_LevelOutOfWindowCallback(ADC_HandleTypeDef *hadc);
stm32f4xx_hal_adc.c:1321HAL_ADC_IRQHandler()
HAL_ADC_LevelOutOfWindowCallback(hadc);

Call Tree

Functions calling HAL_ADC_LevelOutOfWindowCallback()
all items filtered out
HAL_ADC_LevelOutOfWindowCallback()
Data read by HAL_ADC_LevelOutOfWindowCallback()
HAL_ADC_LevelOutOfWindowCallback()