TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
set_asic_host_fmax_rqst Struct Reference

Host request to set the ASIC fmax. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_SET_ASIC_HOST_FMAX.
uint8_t pad [3]
 Three bytes of padding.
uint32_t asic_fmax
 The ASIC host fmax to set in MHz.
uint8_t restore_default: 1
 Restore the ASIC host fmax to the default value.

Detailed Description

Host request to set the ASIC fmax.

Messages of this type are processed by set_arb_host_fmax_handler

Field Documentation

◆ asic_fmax

uint32_t set_asic_host_fmax_rqst::asic_fmax

The ASIC host fmax to set in MHz.

◆ command_code

uint8_t set_asic_host_fmax_rqst::command_code

The command code corresponding to TT_SMC_MSG_SET_ASIC_HOST_FMAX.

◆ pad

uint8_t set_asic_host_fmax_rqst::pad[3]

Three bytes of padding.

◆ restore_default

uint8_t set_asic_host_fmax_rqst::restore_default

Restore the ASIC host fmax to the default value.


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