TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
Loading...
Searching...
No Matches
set_voltage_rqst Struct Reference

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.

Detailed Description

Host request to set voltage.

Messages of this type are processed by set_voltage_handler

Field Documentation

◆ command_code

uint8_t set_voltage_rqst::command_code

The command code corresponding to TT_SMC_MSG_SET_VOLTAGE.

◆ pad

uint8_t set_voltage_rqst::pad[3]

Three bytes of padding.

◆ slave_addr

uint32_t set_voltage_rqst::slave_addr

I2C slave address (P0V8_VCORE_ADDR or P0V8_VCOREM_ADDR)

◆ voltage_in_mv

uint32_t set_voltage_rqst::voltage_in_mv

Voltage to set in millivolts.


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