1.32.27.3 SUPC_SelectTempSenorChannel Function

C

void SUPC_SelectTempSenorChannel( SUPC_TSSEL sensor );

Summary

Selects a specific channel of the temperature sensor.

Description

There are two temperature sensor channels controlled by the SUPC. These channels can be used by the ADCs on the device to measure temperature. Refer datasheet chapters for ADC and SUPC on the temperature sensor configuration and usage.

Precondition

None.

Parameters

Param Description
sensor Identifies the temperature sensor to be selected

Returns

None.

Example

SUPC_SelectTempSenorChannel( SUPC_TSSEL_PTAT );

Remarks

None.