TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
Loading...
Searching...
No Matches
Telemetry Table

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_ttelemetry = &telemetry_table.telemetry[0]
 Pointer to the telemetry data buffer.

Detailed Description

Telemetry data structures and functions.

Variable Documentation

◆ telemetry

uint32_t* telemetry = &telemetry_table.telemetry[0]
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.

◆ telemetry_table

struct telemetry_table telemetry_table
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.