iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN uint32 | IfxCcu6_Icu_getTimeStamp (IfxCcu6_Icu_Channel *channel) |
Returns the cuurent value stored in the Compare Shadow register (current time stamp) More... | |
IFX_EXTERN void | IfxCcu6_Icu_startCapture (IfxCcu6_Icu_Channel *channel) |
Starts the input capture. More... | |
IFX_EXTERN void | IfxCcu6_Icu_stopCapture (IfxCcu6_Icu_Channel *channel) |
Stops the input capture. More... | |
IFX_EXTERN uint32 IfxCcu6_Icu_getTimeStamp | ( | IfxCcu6_Icu_Channel * | channel) |
Returns the cuurent value stored in the Compare Shadow register (current time stamp)
channel | Channel handle |
Definition at line 36 of file IfxCcu6_Icu.c.
Referenced by IfxCcu6_Icu_initChannel().
IFX_EXTERN void IfxCcu6_Icu_startCapture | ( | IfxCcu6_Icu_Channel * | channel) |
Starts the input capture.
channel | Channel handle |
Definition at line 240 of file IfxCcu6_Icu.c.
Referenced by IfxCcu6_Icu_initChannel().
IFX_EXTERN void IfxCcu6_Icu_stopCapture | ( | IfxCcu6_Icu_Channel * | channel) |
Stops the input capture.
channel | Channel handle |
Definition at line 266 of file IfxCcu6_Icu.c.
Referenced by IfxCcu6_Icu_initChannel().