![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
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. | |
Host request to set the TDP limit.
Messages of this type are processed by set_tdp_limit_handler
| uint8_t set_tdp_limit_rqst::command_code |
The command code corresponding to TT_SMC_MSG_SET_TDP_LIMIT.
| uint8_t set_tdp_limit_rqst::pad[3] |
Three bytes of padding.
| uint8_t set_tdp_limit_rqst::restore_default |
Restore the TDP limit to the default value.
| uint32_t set_tdp_limit_rqst::tdp_limit |
The TDP limit to set in watts.