Hi Arkadiusz,
Either you can program a delay for each pre-trigger with a help of PDB channel’s DLY register or you can use the back-to-back operation.
For a first case upon external trigger or SW start the PDB counter will start counting from zero to MOD value. The pre-trigger asserts when the counter is equal to DLY value. Thus you need to set the counter modulo and channels pre-triggers delay according to ADC conversion time, so the ADC will finish single conversion before next trigger came.
The back-to-back operation enables the ADC conversions complete to trigger the next PDB channel pre-trigger and trigger output. Consult a RM for a possible back-to-back chain implementation.
BR, Petr