Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_storage.h / usbd_storage.c

Prototype

Code Block
languagecpp
void  USBD_StorageStatusGet (USBD_STORAGE_LUN  *p_storage_lun,
                             USBD_ERR          *p_err);


Arguments

p_storage_lun

Pointer to logical unit storage structure

...