2.120.3 TSENS_Disable Function
C
void TSENS_Disable(void);
Summary
Disables given instance of TSENS peripheral
Description
This function disables the given instance of TSENS peripheral.
Precondition
TSENS_Initialize() function must have been called first for the associated instanceParameters
NoneReturns
None.
Example
TSENS_Initialize(); TSENS_Enable(); TSENS_Disable();
Remarks
None.