Overview: two signals that are connected to the A and B channel to the timer to capture the difference in time between the two.
Goal is to use the 32 bit timer and on the edge generate an interrupt to gather the GPTMT(a or b)R and once both A and B triggered get difference.
The only other interrupt will be generated when the counter rolls over and i this case clear the edge time captured.
The question is how to set this up in the construct of Tivaware. there appears to be no get function for GPTMTAR and GPTMTBR?
Any insight is appreciated so the hardware can be used correctly for the task.