![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
Host request to force the VDD core voltage. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_FORCE_VDD. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | forced_voltage |
| The voltage to force in millivolts, or 0 to disable forcing. | |
Host request to force the VDD core voltage.
Messages of this type are processed by ForceVddHandler.
A forced_voltage of 0 disables forcing and restores the default voltage. Values outside the valid range (VDD_MIN to VDD_MAX) are rejected with return code 1.
| uint8_t force_vdd_rqst::command_code |
The command code corresponding to TT_SMC_MSG_FORCE_VDD.
| uint32_t force_vdd_rqst::forced_voltage |
The voltage to force in millivolts, or 0 to disable forcing.
| uint8_t force_vdd_rqst::pad[3] |
Three bytes of padding.