Loading...
Searching...
No Matches
cbw_info_t Struct Reference

USBUS Command Block Wrapper information. More...

Detailed Description

USBUS Command Block Wrapper information.

Definition at line 264 of file scsi.h.

#include <scsi.h>

Data Fields

uint32_t tag
 Store tag information from CBW.
 
size_t len
 Remaining bytes to handle.
 
uint8_t status
 Status of the current operation.
 
uint8_t lun
 Store LUN from CBW.
 

Field Documentation

◆ len

size_t cbw_info_t::len

Remaining bytes to handle.

Definition at line 266 of file scsi.h.

◆ lun

uint8_t cbw_info_t::lun

Store LUN from CBW.

Definition at line 268 of file scsi.h.

◆ status

uint8_t cbw_info_t::status

Status of the current operation.

Definition at line 267 of file scsi.h.

◆ tag

uint32_t cbw_info_t::tag

Store tag information from CBW.

Definition at line 265 of file scsi.h.


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