Hello,
nRF52832 datasheet denotes saadc sampling time in scan mode (paragraph 37.5.4) as:

What is extra time it takes for the easyDMA to store the samples in RAM ?
In other words what is the time between nrfx_saadc_sample() (or ppi trigger) to SAADC_END event ?
Also
The statement just below the gray frame is "A DONE event signals that one sample has been taken"
Is it "one sample" or should it be "one sample per enabled channel" ?
Thanks