TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
|
Host request to force the fan speed. More...
#include <msgqueue.h>
Data Fields | |
uint8_t | command_code |
The command code corresponding to TT_SMC_MSG_FORCE_FAN_SPEED. | |
uint8_t | pad [3] |
Three bytes of padding. | |
uint32_t | raw_speed |
The raw speed of the fan to set, as a percentage from 0 to 100. |
Host request to force the fan speed.
uint8_t force_fan_speed_rqst::command_code |
The command code corresponding to TT_SMC_MSG_FORCE_FAN_SPEED.
uint8_t force_fan_speed_rqst::pad[3] |
Three bytes of padding.
uint32_t force_fan_speed_rqst::raw_speed |
The raw speed of the fan to set, as a percentage from 0 to 100.