TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
|
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. |
A tenstorrent host request.
struct aiclk_set_speed_rqst request::aiclk_set_speed |
An AICLK set speed request.
uint8_t request::command_code |
The interpretation of the request as just the first byte representing command code.
struct force_fan_speed_rqst request::force_fan_speed |
A force fan speed request.
struct power_setting_rqst request::power_setting |
A power setting request.