STORAGE_Read() is only used within Ux_Device_MSC.
 
Symbols
loading...
Files
loading...

STORAGE_Read() function

Function implementing app_usb_device_thread_media_read.

Syntax

UINT STORAGE_Read(VOID *storage,     ULONG lun,     UCHAR *data_pointer,     ULONG number_blocks,     ULONG lba,     ULONG *media_status);
Implemented in ux_device_msc.c:84

Arguments

storage

Not used

lun

Logical unit number

data_pointer

Data

number_blocks

Blocks number

lba

Logical block address

media_status

Not used

Return value

Status (0 : OK / -1 : Error)

Call Tree

Functions called by STORAGE_Read()
STORAGE_Read()
Data read by STORAGE_Read()
Data written by STORAGE_Read()
STORAGE_Read()
STORAGE_Read()::status
all items filtered out
Implementations
STORAGE_Read()
Type of STORAGE_Read()
STORAGE_Read()
all items filtered out