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