Searched refs:channelCount (Results 1 – 2 of 2) sorted by relevance
94 config->channelCount = 0U; in SDADC_GetDefaultConfig()120 for (uint8_t index = 0U; index < config->channelCount; ++index) in SDADC_Init()189 if (config->channelCount <= 1U) in SDADC_DoInitPowerUp()199 for (uint8_t index = 0U; index < config->channelCount; ++index) in SDADC_DoInitPowerUp()206 for (uint8_t index = 0U; index < config->channelCount; ++index) in SDADC_DoInitPowerUp()214 for (uint8_t index = 0U; index < config->channelCount; ++index) in SDADC_DoInitPowerUp()229 for (uint8_t index = 0U; index < config->channelCount; ++index) in SDADC_Deinit()
289 …uint8_t channelCount; /*!< Indicates how many channels to execute the conversion.… member