HAL + 0/9 examples
SourceVu will show references to HAL_ADC_PollForConversion() from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Applications
LwIP
Examples
ADC
STM324xG_EVAL
Applications
LwIP
Examples
ADC
STM32F413ZH-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

HAL status

Notes

ADC conversion flags EOS (end of sequence) and EOC (end of conversion) are cleared by this function. This function cannot be used in a particular setup: ADC configured in DMA mode and polling for end of each conversion (ADC init parameter "EOCSelection" set to ADC_EOC_SINGLE_CONV). In this case, DMA resets the flag EOC and polling cannot be performed on each conversion. Nevertheless, polling can still be performed on the complete sequence.

References

from examples