![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
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. | |
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.
| uint8_t trigger_reset_rqst::command_code |
The command code corresponding to TT_SMC_MSG_TRIGGER_RESET.
| uint8_t trigger_reset_rqst::pad[3] |
Three bytes of padding.
| uint32_t trigger_reset_rqst::reset_level |
Reset level: 0 = ASIC-only reset, 3 = ASIC + M3 (DMC) reset.