![]() |
TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
|
#include "telemetry.h"#include <float.h>#include <math.h>#include <stdint.h>#include <zephyr/logging/log.h>
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 |
| static uint32_t * | telemetry = &telemetry_table.telemetry[0] |
| Pointer to the telemetry data buffer. | |
| LOG_MODULE_REGISTER | ( | telemetry | , |
| CONFIG_TT_APP_LOG_LEVEL | ) |