Result tsGetTemperature(TsLocation location, s32 *temperature)
Gets the temperature for the specified TsLocation.
@ TsLocation_Internal
TMP451 Internal: PCB.
Definition: ts.h:13
Result tsGetTemperatureMilliC(TsLocation location, s32 *temperature)
Gets the temperature for the specified TsLocation, in MilliC.
int32_t s32
32-bit signed integer.
Definition: types.h:27
Result tsGetTemperatureRange(TsLocation location, s32 *min_temperature, s32 *max_temperature)
Gets the min/max temperature for the specified TsLocation.
u32 Result
Function error code result type.
Definition: types.h:44
void tsExit(void)
Exit ts.
Result tsInitialize(void)
Initialize ts.
Service * tsGetServiceSession(void)
Gets the Service for ts.
@ TsLocation_External
TMP451 External: SoC.
Definition: ts.h:14
Service object structure.
Definition: service.h:13
TsLocation
Location.
Definition: ts.h:12