1.2.24.17 1.3.24.17 1.4.25.17 1.5.23.17 1.6.25.17 1.7.26.17 1.29.27.17 1.30.17.17 1.31.17.17 1.33.19.17 1.37.17.17 1.40.24.17 TCCx_TimerCommandSet Function
C
/* x = TCC instance number */
void TCCx_TimerCommandSet(TCC_COMMAND command);
Summary
Issues the command to TCC instance
Description
This function issues the command to control the counter by software
Precondition
TCCx_TimerInitialize() function must have been called first.
Parameters
Param | Description |
---|---|
command | software command |
Returns
None
Example
TCC0_TimerInitialize(); TCC0_TimerCommandSet(TCC_COMMAND_START_RETRIGGER);
Remarks
None.