1.1.1.2 CCT_CaptureChannelxGet Function
C
/* x = CCT capture channel x number */
uint32_t CCT_CaptureChannelxGet( void )
Summary
Returns the free running timer counter value at the time of the channel's capture edge event occured
Description
Returns the free running timer counter value at the time of the channel's capture edge event occured
Precondition
None
Parameters
None
Returns
32-bit free running timer counter value at the time of capture event
Example
uint32_t counterVal = CCT_CaptureChannel0Get();
Remarks
None