|
TT Zephyr Platforms 19.6.99
Tenstorrent Firmware
|
Host request to get frequency curve from voltage. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_GET_FREQ_CURVE_FROM_VOLTAGE. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint32_t | input_voltage_mv |
| The input voltage in mV. | |
Host request to get frequency curve from voltage.
Requests of this type are processed by get_freq_curve_from_voltage_handler
| uint8_t get_freq_curve_from_voltage_rqst::command_code |
The command code corresponding to TT_SMC_MSG_GET_FREQ_CURVE_FROM_VOLTAGE.
| uint32_t get_freq_curve_from_voltage_rqst::input_voltage_mv |
The input voltage in mV.
| uint8_t get_freq_curve_from_voltage_rqst::pad[3] |
Three bytes of padding.