/
USBD_StorageInit
USBD_StorageInit
Description
Initialize internal structures and local global variables used by the storage medium.
Files
usbd_storage.h / usbd_storage.c
Prototype
void USBD_StorageInit (USBD_ERR *p_err)
Arguments
p_err
Pointer to variable that will receive the return error code from this function.
USBD_ERR_NONE
Returned Value
None.
Callers
Mass Storage Class.
Notes / Warnings
None.
Related content
USBD_StorageAdd
USBD_StorageAdd
More like this
USBD_StorageWr
USBD_StorageWr
More like this
USBD_StorageRd
USBD_StorageRd
More like this
USBD_StorageStatusGet
USBD_StorageStatusGet
More like this
USBD_StorageCapacityGet
USBD_StorageCapacityGet
More like this
USBD_StorageLock
USBD_StorageLock
More like this