Okay, so I found that inspite of triggering the ADC with various other methods (using FTM, DMA...) it can also be triggered using PWM pin. The reference manual states so in both the ADC and PWM sub headings. The following is the reference manual that I'm referring.
mkv46f256vll16_reference_manual


But no where in the manual it is said how to access these bits. Or is it something I'm missing. I have also gone through a few inbuilt functions. But I don't see any that comes close to this. Although, I found one information regarding the same under PWMA_DTSRCSEL heading, but it states that it is mainly used for the dead-time calculations. So, if I'm not using a dead time for that particular PWM, operating it in the independent mode, then is this bit acting as a external trigger to ADC?

If so, then I should be using the inbuilt function

But it is just not making any sense to me. Please help me out with this, asap.