|
TT Zephyr Platforms 19.5.0-rc1
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 [69] |
| The table mapping telemetry tags to their offsets. | |
| uint32_t | telemetry [69] |
| 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[69] |
The table mapping telemetry tags to their offsets.
| uint32_t telemetry_table::telemetry[69] |
The telemetry data corresponding to the tags.
| uint32_t telemetry_table::version |
The version of the telemetry table.