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.

timers

I searched a lot but couldn`t find/understand what actually does the following lines below do.Or more specifically what does TIMER0_CFG_SPLIT_PAIR ...etc do????

  TimerConfigure(TIMER0_BASE, TIMER_CFG_SPLIT_PAIR | TIMER_CFG_A_CAP_TIME);

    TimerConfigure(TIMER1_BASE, TIMER_CFG_PERIODIC);
    TimerIntEnable(TIMER0_BASE, TIMER_TIMA_TIMEOUT | TIMER_CAPA_EVENT);
    TimerIntEnable(TIMER1_BASE, TIMER_TIMA_TIMEOUT);