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

Host request to confirm SPI flash operation. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_CONFIRM_FLASHED_SPI.
uint8_t pad [3]
 Three bytes of padding.
uint32_t challenge_data
 Challenge data for confirmation.

Detailed Description

Host request to confirm SPI flash operation.

Messages of this type are processed by confirm_flashed_spi_handler.

Challenge message issued from tt-flash to confirm a firmware update.

Field Documentation

◆ challenge_data

uint32_t confirm_flashed_spi_rqst::challenge_data

Challenge data for confirmation.

◆ command_code

uint8_t confirm_flashed_spi_rqst::command_code

The command code corresponding to TT_SMC_MSG_CONFIRM_FLASHED_SPI.

◆ pad

uint8_t confirm_flashed_spi_rqst::pad[3]

Three bytes of padding.


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