STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
_USBD_STORAGE Struct Reference

#include <usbd_msc.h>

Data Fields

int8_t(* Init )(uint8_t lun)
 
int8_t(* GetCapacity )(uint8_t lun, uint32_t *block_num, uint16_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 blk_addr, uint16_t blk_len)
 
int8_t(* Write )(uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)
 
int8_t(* GetMaxLun )(void)
 
int8_t * pInquiry
 

Detailed Description

Definition at line 72 of file usbd_msc.h.

Field Documentation

int8_t(* GetCapacity) (uint8_t lun, uint32_t *block_num, uint16_t *block_size)

Definition at line 75 of file usbd_msc.h.

int8_t(* GetMaxLun) (void)

Definition at line 80 of file usbd_msc.h.

int8_t(* Init) (uint8_t lun)

Definition at line 74 of file usbd_msc.h.

int8_t(* IsReady) (uint8_t lun)

Definition at line 76 of file usbd_msc.h.

int8_t(* IsWriteProtected) (uint8_t lun)

Definition at line 77 of file usbd_msc.h.

int8_t* pInquiry

Definition at line 81 of file usbd_msc.h.

int8_t(* Read) (uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)

Definition at line 78 of file usbd_msc.h.

int8_t(* Write) (uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)

Definition at line 79 of file usbd_msc.h.


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