![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
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. | |
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).
| uint8_t get_aiclk_rqst::command_code |
The command code corresponding to TT_SMC_MSG_GET_AICLK.