![]() |
TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
|
#include "reg.h"#include "status_reg.h"#include <stdint.h>#include <tenstorrent/sys_init_defines.h>#include <zephyr/init.h>#include <zephyr/sys/util.h>
Macros | |
| #define | RUNTIME_TELEMETRY_SIZE CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE |
Functions | |
| BUILD_ASSERT (CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE > 0) | |
| BUILD_ASSERT (CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE % 32==0) | |
| uint8_t tt_runtime_telemetry[CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE] | __aligned (32) |
| SYS_INIT_APP (publish_runtime_telemetry) | |
| #define RUNTIME_TELEMETRY_SIZE CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE |
| uint8_t tt_runtime_telemetry[CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE] __aligned | ( | 32 | ) |
| BUILD_ASSERT | ( | CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE % | 32 = =0 | ) |
| BUILD_ASSERT | ( | CONFIG_TT_BH_ARC_RUNTIME_TELEMETRY_SIZE | , |
| 0 | ) |
| SYS_INIT_APP | ( | publish_runtime_telemetry | ) |