TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
char_telemetry_interval_submsg Struct Reference

Submessage for setting the periodic telemetry update interval. More...

#include <msgqueue.h>

Data Fields

uint32_t interval_ms
 0 to restore the default, or the update interval in ms

Detailed Description

Submessage for setting the periodic telemetry update interval.

Payload is a single uint32_t with two interpretations:

  • Value == 0: Restore the default update interval
  • Any other value: Set the update interval to this value in milliseconds, subject to the minimum enforced by the handler

The new interval takes effect on the next expiry of the telemetry timer and is reflected in the TAG_UPDATE_TELEM_SPEED telemetry tag.

Field Documentation

◆ interval_ms

uint32_t char_telemetry_interval_submsg::interval_ms

0 to restore the default, or the update interval in ms


The documentation for this struct was generated from the following file: