1.2.24.39 1.3.24.39 1.4.25.39 1.5.23.39 1.6.25.39 1.7.26.39 1.29.27.39 1.30.17.39 1.31.17.39 1.33.19.39 1.37.17.39 1.40.24.39 TCCx_CompareCommandSet Function
C
/* x = TCC instance number */
void TCCx_CompareCommandSet(TCC_COMMAND command);
Summary
Issues the command to TCC instance
Description
This function issues the command to control the counter by software
Precondition
TCCx_CompareInitialize() function must have been called first.
Parameters
Param | Description |
---|---|
command | software command |
Returns
None
Example
TCC0_CompareInitialize(); TCC0_CompareCommandSet(TCC_COMMAND_START_RETRIGGER);
Remarks
None.