for example,using 4 adc0 input channels,I want to dma the adc result to a size of four array like uint16_t adcresult[4],after the initialization,every time I want the adc result ,just read the array data. Do the s32k144 has the ability to realize this ? how to realize this?