2.120.6 TSENS_InterruptsClear Function

C

void TSENS_InterruptsClear (TSENS_STATUS interruptMask);

Summary

Clears given interrupts

Description

This function clears given interrupts

Precondition

TSENS_Initialize() function must have been called first for the associated instance

Parameters

ParamDescription
interruptMaskinterrupts to be enabled

Returns

None.

Example

TSENS_Initialize();
TSENS_InterruptsClear(TSENS_STATUS_RESRDY);

Remarks

None.