Does HAL have constants for the total number of ADC channels?
Folks,Does HAL have constants for the total number of ADC channels? I want to iterate through all channels and make sure that all of them are disabled. Here's the code I have in mind. ADC_ChannelConfTypeDef sConfig = {0}; sConfig.Rank = ADC_RAN...