2.120.2 TSENS_Enable Function
C
void TSENS_Enable(void);
Summary
Enables given instance of TSENS peripheral
Description
This function enables TSENS peripheral. This needs to be called before starting temperature measurements.
Precondition
TSENS_Initialize() function must have been called first for the associated instance
Parameters
NoneReturns
None.
Example
TSENS_Initialize(); TSENS_Enable();
Remarks
None.