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

Host request to force AICLK to a specific frequency. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_FORCE_AICLK.
uint8_t pad [3]
 Three bytes of padding.
uint32_t forced_freq
 Frequency to force in MHz, or 0 to disable.

Detailed Description

Host request to force AICLK to a specific frequency.

Messages of this type are processed by ForceAiclkHandler.

Set forced_freq to 0 to disable forcing and restore the boot frequency.

Field Documentation

◆ command_code

uint8_t force_aiclk_rqst::command_code

The command code corresponding to TT_SMC_MSG_FORCE_AICLK.

◆ forced_freq

uint32_t force_aiclk_rqst::forced_freq

Frequency to force in MHz, or 0 to disable.

◆ pad

uint8_t force_aiclk_rqst::pad[3]

Three bytes of padding.


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