2.120.9 TSENS_ConversionStart Function

C

void TSENS_ConversionStart(void);

Summary

Starts the temperature measurement

Description

This function starts the temperature measurement and conversion by software trigger.

Precondition

TSENS_Initialize() function must have been called first for the associated instance.

Parameters

None

Returns

None.

Example

TSENS_Initialize();
TSENS_Enable();
TSENS_ConversionStart();

Remarks

This function should be called for each conversion when SW trigger for conversion is selected.