TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
|
Host request to set voltage. More...
#include <msgqueue.h>
Data Fields | |
uint8_t | command_code |
The command code corresponding to TT_SMC_MSG_SET_VOLTAGE. | |
uint8_t | pad [3] |
Three bytes of padding. | |
uint32_t | slave_addr |
I2C slave address (P0V8_VCORE_ADDR or P0V8_VCOREM_ADDR) | |
uint32_t | voltage_in_mv |
Voltage to set in millivolts. |
Host request to set voltage.
Messages of this type are processed by set_voltage_handler
uint8_t set_voltage_rqst::command_code |
The command code corresponding to TT_SMC_MSG_SET_VOLTAGE.
uint8_t set_voltage_rqst::pad[3] |
Three bytes of padding.
uint32_t set_voltage_rqst::slave_addr |
I2C slave address (P0V8_VCORE_ADDR or P0V8_VCOREM_ADDR)
uint32_t set_voltage_rqst::voltage_in_mv |
Voltage to set in millivolts.