|
TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
|
Telemetry definitions and functions. More...
Topics | |
| Telemetry Table | |
| Telemetry data structures and functions. | |
| Telemetry Tags | |
| Telemetry tag definitions. | |
Macros | |
| #define | TELEMETRY_DATA_REG_ADDR RESET_UNIT_SCRATCH_RAM_REG_ADDR(12) |
| Register address pointing to the telemetry data buffer. | |
| #define | TELEMETRY_TABLE_REG_ADDR RESET_UNIT_SCRATCH_RAM_REG_ADDR(13) |
| Register address pointing to the telemetry table. | |
Telemetry definitions and functions.
Telemetry Tags describes the various telemetry indices the SMC firmawre currently supports. Telemetry Table provides telemetry tracking infrastructure related information.
| #define TELEMETRY_DATA_REG_ADDR RESET_UNIT_SCRATCH_RAM_REG_ADDR(12) |
Register address pointing to the telemetry data buffer.
This register holds the address of the telemetry data buffer, which contains dynamically updated telemetry values.
| #define TELEMETRY_TABLE_REG_ADDR RESET_UNIT_SCRATCH_RAM_REG_ADDR(13) |
Register address pointing to the telemetry table.
This register holds the address of the global telemetry table, which contains metadata and telemetry data.