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

None

Returns

None.

Example

TSENS_Initialize();
TSENS_Enable();

Remarks

None.