![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
Represents the telemetry table containing telemetry data and metadata. More...
Data Fields | |
| uint32_t | version |
| The version of the telemetry table. | |
| uint32_t | entry_count |
| The number of entries in the telemetry table. | |
| struct telemetry_entry | tag_table [71] |
| The table mapping telemetry tags to their offsets. | |
| uint32_t | telemetry [71] |
| The telemetry data corresponding to the tags. | |
Represents the telemetry table containing telemetry data and metadata.
| uint32_t telemetry_table::entry_count |
The number of entries in the telemetry table.
| struct telemetry_entry telemetry_table::tag_table[71] |
The table mapping telemetry tags to their offsets.
| uint32_t telemetry_table::telemetry[71] |
The telemetry data corresponding to the tags.
| uint32_t telemetry_table::version |
The version of the telemetry table.