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

Host request to set the message queue serial number. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_SET_LAST_SERIAL.
uint8_t pad [3]
 Three bytes of padding.
uint32_t serial_number
 The serial number to set in the message queue header.

Detailed Description

Host request to set the message queue serial number.

Messages of this type are processed by handle_set_last_serial. This message allows the host to manually set the serial number for message queue synchronization purposes.

Field Documentation

◆ command_code

uint8_t set_last_serial_rqst::command_code

The command code corresponding to TT_SMC_MSG_SET_LAST_SERIAL.

◆ pad

uint8_t set_last_serial_rqst::pad[3]

Three bytes of padding.

◆ serial_number

uint32_t set_last_serial_rqst::serial_number

The serial number to set in the message queue header.


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