NetBurner 3.5.7
PDF Version
_usb_host_ufi_sense_data Struct Reference

UFI standard sense data structure. More...

#include <usb_host_msd.h>

Public Attributes

uint8_t errorCode
 
uint8_t reserved1
 
uint8_t senseKey
 
uint8_t information [4]
 
uint8_t additionalSenseLength
 
uint8_t reserved2 [4]
 
uint8_t additionalSenseCode
 
uint8_t additionalSenseCodeQualifier
 
uint8_t reserved3 [4]
 

Detailed Description

UFI standard sense data structure.

Member Data Documentation

◆ additionalSenseCode

uint8_t _usb_host_ufi_sense_data::additionalSenseCode

Provide a hierarchy of error or command result information

◆ additionalSenseCodeQualifier

uint8_t _usb_host_ufi_sense_data::additionalSenseCodeQualifier

Provide a hierarchy of error or command result information

◆ additionalSenseLength

uint8_t _usb_host_ufi_sense_data::additionalSenseLength

The UFI device sets the value of this field to ten, to indicate that ten more bytes of sense data follow this field

◆ errorCode

uint8_t _usb_host_ufi_sense_data::errorCode

This field shall contain a value of 70h to indicate current errors

◆ information

uint8_t _usb_host_ufi_sense_data::information[4]

This field is command-specific; it is typically used by some commands to return a logical block address denoting where an error occurred

◆ reserved1

uint8_t _usb_host_ufi_sense_data::reserved1

Reserved field

◆ reserved2

uint8_t _usb_host_ufi_sense_data::reserved2[4]

Reserved field

◆ reserved3

uint8_t _usb_host_ufi_sense_data::reserved3[4]

Reserved field

◆ senseKey

uint8_t _usb_host_ufi_sense_data::senseKey

Provide a hierarchy of error or command result information


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