TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
request Union Reference

A tenstorrent host request. More...

#include <msgqueue.h>

Data Fields

uint32_t data [8]
 The interpretation of the request as an array of uint32_t entries.
uint8_t command_code
 The interpretation of the request as just the first byte representing command code.
struct force_fan_speed_rqst force_fan_speed
 A force fan speed request.
struct aiclk_set_speed_rqst aiclk_set_speed
 An AICLK set speed request.
struct power_setting_rqst power_setting
 A power setting request.

Detailed Description

A tenstorrent host request.

Field Documentation

◆ aiclk_set_speed

struct aiclk_set_speed_rqst request::aiclk_set_speed

An AICLK set speed request.

◆ command_code

uint8_t request::command_code

The interpretation of the request as just the first byte representing command code.

◆ data

uint32_t request::data[8]

The interpretation of the request as an array of uint32_t entries.

◆ force_fan_speed

struct force_fan_speed_rqst request::force_fan_speed

A force fan speed request.

◆ power_setting

struct power_setting_rqst request::power_setting

A power setting request.


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