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

Host request to reset a single Tensix tile. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_TOGGLE_SINGLE_TENSIX_RESET.
uint8_t pad [3]
 Three bytes of padding.
uint8_t noc_x
 NOC0 X coordinate of the target tile.
uint8_t noc_y
 NOC0 Y coordinate of the target tile.

Detailed Description

Host request to reset a single Tensix tile.

Messages of this type are processed by ToggleSingleTensixReset.

On success, response data[0] = 0. Returns non-zero on failure.

Field Documentation

◆ command_code

uint8_t toggle_single_tensix_reset_rqst::command_code

The command code corresponding to TT_SMC_MSG_TOGGLE_SINGLE_TENSIX_RESET.

◆ noc_x

uint8_t toggle_single_tensix_reset_rqst::noc_x

NOC0 X coordinate of the target tile.

◆ noc_y

uint8_t toggle_single_tensix_reset_rqst::noc_y

NOC0 Y coordinate of the target tile.

◆ pad

uint8_t toggle_single_tensix_reset_rqst::pad[3]

Three bytes of padding.


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