GD32F1x0: _USBD_STORAGE Struct Reference

GD32F1x0

_USBD_STORAGE Struct Reference

Data Fields

int8_t(* Init )(uint8_t Lun)
 
int8_t(* GetCapacity )(uint8_t Lun, uint32_t *block_num, uint32_t *block_size)
 
int8_t(* IsReady )(uint8_t Lun)
 
int8_t(* IsWriteProtected )(uint8_t Lun)
 
int8_t(* Read )(uint8_t Lun, uint8_t *buf, uint32_t BlkAddr, uint16_t BlkLen)
 
int8_t(* Write )(uint8_t Lun, uint8_t *buf, uint32_t BlkAddr, uint16_t BlkLen)
 
int8_t(* GetMaxLun )(void)
 
int8_t * pInquiryData
 

Detailed Description

Definition at line 22 of file usbd_msc_mem.h.


The documentation for this struct was generated from the following file:
Generated by   doxygen 1.8.10