2.120.1 TSENS_Initialize Function
C
void TSENS_Initialize(void);
Summary
Initializes given TSENS peripheral.
Description
This function initializes given instance of TSENS peripheral of the device with the values configured in MCC GUI. Once the peripheral is initialized, peripheral can be used for conversion.
Precondition
MCC GUI should be configured with the right values.
Parameters
NoneReturns
None.
Example
TSENS_Initialize();
Remarks
This function must be called before any other TSENS function is called. This function should only be called once during system initialization.