1.2.24.51 1.3.24.51 1.4.25.51 1.5.23.51 1.6.25.51 1.7.26.51 1.29.27.51 1.30.17.51 1.31.17.51 1.33.19.51 1.37.17.51 1.40.24.51 TCC0_CaptureCommandSet Function

C

/* x = TCC instance number */
void TCCx_CaptureCommandSet(TCC_COMMAND command);

Summary

Issues the command to TCC instance

Description

This function issues the command to control the counter by software

Precondition

TCCx_CaptureInitialize() function must have been called first.

Parameters

Param Description
command software command

Returns

None

Example

TCC0_CaptureInitialize();
TCC0_CaptureCommandSet(TCC_COMMAND_START_RETRIGGER);

Remarks

None.