TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
trigger_reset_rqst Struct Reference

Host request to trigger a chip reset. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_TRIGGER_RESET.
uint8_t pad [3]
 Three bytes of padding.
uint32_t reset_level
 Reset level: 0 = ASIC-only reset, 3 = ASIC + M3 (DMC) reset.

Detailed Description

Host request to trigger a chip reset.

Messages of this type are processed by reset_dm_handler.

The reset is delayed by 5 ms to allow the response to be sent before the reset occurs. Invalid reset levels are rejected with the level returned as the error code.

Field Documentation

◆ command_code

uint8_t trigger_reset_rqst::command_code

The command code corresponding to TT_SMC_MSG_TRIGGER_RESET.

◆ pad

uint8_t trigger_reset_rqst::pad[3]

Three bytes of padding.

◆ reset_level

uint32_t trigger_reset_rqst::reset_level

Reset level: 0 = ASIC-only reset, 3 = ASIC + M3 (DMC) reset.


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