![]() |
TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
|
Generic characterization message for internal SMC use. More...
#include <msgqueue.h>

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) | |
Generic characterization message for internal SMC use.
Uses submsg_ID to dispatch to specific operations. Messages of this type are processed by characterisation_handler
| uint8_t characterisation_msg_rqst::command_code |
The command code corresponding to TT_SMC_MSG_CHARACTERISATION.
| uint8_t characterisation_msg_rqst::pad[2] |
Two bytes of padding.
| union characterisation_submsg_data characterisation_msg_rqst::submsg_data |
The submessage payload (interpretation depends on submsg_ID)
| uint8_t characterisation_msg_rqst::submsg_ID |
Submessage ID identifying which payload structure is active.