Can anyone plz explain me this function
adc16_status_t ADC16_DRV_ConfigConvChn(uint32_t instance, uint32_t chnGroup, const adc16-configPtr);
what parameter instance and chngroup means?
How to initialize and assign multiple channels ( differential input) for ADC conversion in continuous conversion mode?
If I want to use 3 channels as ADC inputs is it possible to initialize 2 channels as differential input and 1 as single ended input? If its possible how it should be done?