This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EK-TM4C123GXL: How i can setup adc0 and adc1 with different timers triggers?

Part Number: EK-TM4C123GXL

 How i can setup adc0 and adc1 with different timers triggers?

I read in the doku:

The TM4C123GH6PM microcontroller contains two identical Analog-to-Digital Converter modules.
These two modules, ADC0 and ADC1, share the same 12 analog input channels. Each ADC module
operates independently and can therefore execute different sample sequences, sample any of the
analog input channels at any time, and generate different interrupts and triggers

But i cannot find any parts in the driver lib to connect a timer directly to a adc.

I found only 

TimerControlTrigger(WTIMER5_BASE, TIMER_A, true);

But this connect a timer to all adc's and to all ss's.