![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
Host request to read a temperature sensor. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_READ_TS. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | sensor_id |
| Temperature sensor instance ID. | |
Host request to read a temperature sensor.
Messages of this type are processed by read_ts_handler.
On success, response data[1] contains the raw sensor reading and data[2] contains the temperature in telemetry format.
| uint8_t read_ts_rqst::command_code |
The command code corresponding to TT_SMC_MSG_READ_TS.
| uint8_t read_ts_rqst::pad[3] |
Three bytes of padding.
| uint32_t read_ts_rqst::sensor_id |
Temperature sensor instance ID.