TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
characterisation_msg_rqst Struct Reference

Generic characterization message for internal SMC use. More...

#include <msgqueue.h>

Collaboration diagram for characterisation_msg_rqst:

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_CHARACTERISATION.
uint8_t submsg_ID
 Submessage ID identifying which payload structure is active.
uint8_t pad [2]
 Two bytes of padding.
union characterisation_submsg_data submsg_data
 The submessage payload (interpretation depends on submsg_ID)

Detailed Description

Generic characterization message for internal SMC use.

Warning
This is an internal interface. Direct use is not recommended unless implementing new characterization features.

Uses submsg_ID to dispatch to specific operations. Messages of this type are processed by characterisation_handler

Field Documentation

◆ command_code

uint8_t characterisation_msg_rqst::command_code

The command code corresponding to TT_SMC_MSG_CHARACTERISATION.

◆ pad

uint8_t characterisation_msg_rqst::pad[2]

Two bytes of padding.

◆ submsg_data

union characterisation_submsg_data characterisation_msg_rqst::submsg_data

The submessage payload (interpretation depends on submsg_ID)

◆ submsg_ID

uint8_t characterisation_msg_rqst::submsg_ID

Submessage ID identifying which payload structure is active.


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