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.