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

Host request to get the current AICLK frequency and control mode. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_GET_AICLK.

Detailed Description

Host request to get the current AICLK frequency and control mode.

Messages of this type are processed by get_aiclk_handler.

This is a command-only request with no additional arguments. On success, response data[1] contains the current AICLK frequency in MHz and data[2] contains the clock control mode (1 = uncontrolled, 2 = PPM forced, 3 = PPM unforced).

Field Documentation

◆ command_code

uint8_t get_aiclk_rqst::command_code

The command code corresponding to TT_SMC_MSG_GET_AICLK.


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