36 Temperature Sensor Drivers
This Temperature Sensor (TSENS) driver provides an interface for getting the operating temperature of the device.
The following driver variants are available:
-
Temperature Sensor Synchronous Driver: The driver supports polling for hardware changes, functionality is synchronous to the main clock of the MCU.
-
Temperature Sensor Asynchronous Driver: The driver supports a callback handler for the IRQ caused by hardware state changes. Functionality is asynchronous to the main clock of the MCU.