TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
|
Telemetry data structures and functions. More...
Data Structures | |
struct | telemetry_entry |
Represents an entry in the telemetry table. More... | |
struct | telemetry_table |
Represents the telemetry table containing telemetry data and metadata. More... |
Variables | |
static struct telemetry_table | telemetry_table |
Documentation for telemetry table variables. | |
static uint32_t * | telemetry = &telemetry_table.telemetry[0] |
Pointer to the telemetry data buffer. |
Telemetry data structures and functions.
|
static |
Pointer to the telemetry data buffer.
This buffer contains dynamically updated telemetry values. The address of this buffer is published in the TELEMETRY_DATA_REG_ADDR register.
|
static |
Documentation for telemetry table variables.
This page contains detailed documentation for the telemetry table and its associated buffer.
Global telemetry table containing metadata and telemetry data.
This table is used to store telemetry information, including tag mappings and data values. The address of this table is published in the TELEMETRY_TABLE_REG_ADDR register.