25.6.5.11 Enum tcc_fault_capture_action

Table 25-80. Members
Enum valueDescription

TCC_FAULT_CAPTURE_DISABLE

Capture disabled.

TCC_FAULT_CAPTURE_EACH

Capture on Fault, each value is captured.

TCC_FAULT_CAPTURE_MINIMUM

Capture the minimum detection, but notify on smaller ones.

TCC_FAULT_CAPTURE_MAXIMUM

Capture the maximum detection, but notify on bigger ones.

TCC_FAULT_CAPTURE_SMALLER

Capture if the value is smaller than last, notify event or interrupt if previous stamp is confirmed to be "local minimum" (not bigger than current stamp).

TCC_FAULT_CAPTURE_BIGGER

Capture if the value is bigger than last, notify event or interrupt if previous stamp is confirmed to be "local maximum" (not smaller than current stamp).

TCC_FAULT_CAPTURE_CHANGE

Capture if the time stamps changes its increment direction.