STM32_USB_Device_Library
_SENSE_ITEM
is only used within STM32_USB_Device_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Device_Library
_SENSE_ITEM
_SENSE_ITEM struct
Syntax
Show:
Summary
Declaration
from
usbd_msc_scsi.h:121
typedef
struct
_SENSE_ITEM
{
uint8_t
Skey
;
union
{
struct
_ASCs
{
uint8_t
ASC
;
uint8_t
ASCQ
;
}
b
;
uint8_t
ASC
;
uint8_t
*
pData
;
}
w
;
}
USBD_SCSI_SenseTypeDef
;
Fields
Field
Declared as
_SENSE_ITEM::Skey
uint8_t
_SENSE_ITEM::w
union
{
struct
_ASCs
{
uint8_t
ASC
;
uint8_t
ASCQ
;
}
b
;
uint8_t
ASC
;
uint8_t
*
pData
;
}
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out