I'm porting some code from a 2806x Piccolo device to a 2837xD Delfino device - this code uses the DMA controller to transfer ADC results from the ADC RESULTS registers into RAM buffers. On the Piccolo device, the Peripheral Interrupt Source Select Bits (PERINTSEL) in the DMA peripheral's MODE register were used to select the ADC interrupt as the source trigger for the DMA transfer. For the 2837xD device, the SPRUHM8E (Sept 2015) Technical Reference Manual shows that the various trigger and sync sources for each DMA channel are configured in the DMACHSRCSEL1/2 registers (pages 223, 224). Each channel's source select field is 8-bits, but I can't seem to find any documentation that lists what the 8-bit encoded values are? Does anyone happen to know where I can find the table showing the various encoded values (i.e. what values correspond to what peripheral/resource sources)?