TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
set_tdp_limit_rqst Struct Reference

Host request to set the TDP limit. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_SET_TDP_LIMIT.
uint8_t pad [3]
 Three bytes of padding.
uint32_t tdp_limit
 The TDP limit to set in watts.
uint8_t restore_default: 1
 Restore the TDP limit to the default value.

Detailed Description

Host request to set the TDP limit.

Messages of this type are processed by set_tdp_limit_handler

Field Documentation

◆ command_code

uint8_t set_tdp_limit_rqst::command_code

The command code corresponding to TT_SMC_MSG_SET_TDP_LIMIT.

◆ pad

uint8_t set_tdp_limit_rqst::pad[3]

Three bytes of padding.

◆ restore_default

uint8_t set_tdp_limit_rqst::restore_default

Restore the TDP limit to the default value.

◆ tdp_limit

uint32_t set_tdp_limit_rqst::tdp_limit

The TDP limit to set in watts.


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