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