HAL + 0/1 examples
SourceVu will show references to LL_ADC_SetAnalogWDMonitChannels() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
ADC
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

None

Notes

Once monitored channels are selected, analog watchdog is enabled. In case of need to define a single channel to monitor with analog watchdog from sequencer channel definition, use helper macro __LL_ADC_ANALOGWD_CHANNEL_GROUP (). On this STM32 series, there is only 1 kind of analog watchdog instance: - AWD standard (instance AWD1): - channels monitored: can monitor 1 channel or all channels. - groups monitored: ADC groups regular and-or injected. - resolution: resolution is not limited (corresponds to ADC resolution configured). CR1 AWD1SGL LL_ADC_SetAnalogWDMonitChannels\n CR1 AWD1EN LL_ADC_SetAnalogWDMonitChannels

References

from examples