2.120.5 TSENS_InterruptsDisable Function

C

void TSENS_InterruptsDisable (TSENS_STATUS interruptMask);

Summary

Disables given interrupts

Description

This function disables 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_InterruptsDisable(TSENS_STATUS_RESRDY);

Remarks

None.