Loading...
Searching...
No Matches
usbus_msc_lun Struct Reference

USBUS MSC Logical Unit descriptor. More...

Detailed Description

USBUS MSC Logical Unit descriptor.

Definition at line 67 of file msc.h.

#include <msc.h>

Data Fields

mtd_dev_tmtd
 Pointer to the current mtd device used.
 
uint32_t block_nb
 Reported USB block number.
 
uint32_t block_size
 Reported USB block size.
 

Field Documentation

◆ block_nb

uint32_t usbus_msc_lun::block_nb

Reported USB block number.

Definition at line 69 of file msc.h.

◆ block_size

uint32_t usbus_msc_lun::block_size

Reported USB block size.

Definition at line 70 of file msc.h.

◆ mtd

mtd_dev_t* usbus_msc_lun::mtd

Pointer to the current mtd device used.

Definition at line 68 of file msc.h.


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