2.120.4 TSENS_InterruptsEnable Function
C
void TSENS_InterruptsEnable (TSENS_STATUS interruptMask);
Summary
Enables given interrupts
Description
This function enables given interrupts
Precondition
TSENS_Initialize() function must have been called first for the associated instance
Parameters
Param | Description |
---|---|
interruptMask | interrupts to be enabled |
Returns
None.
Example
TSENS_Initialize(); TSENS_InterruptsEnable(TSENS_STATUS_RESRDY);
Remarks
None.