...
Code Block | ||
---|---|---|
| ||
void FSDev_NOR_PhyRd (CPU_CHAR *name_dev, |
...
HTML Table | |
---|---|
summary | |
class | Plain_Table | Table Row (tr) | Table Cell (td) | Anchor | | 1189352 | 1189352 | File
Table Cell (td) | |
Anchor | 1189354 | 1189354 | Called from
Table Cell (td) | |
Anchor | 1189356 | 1189356 | Code enabled by
Table Row (tr) | |
Table Cell (td) | |
Anchor | 1189358 | 1189358 |
File | Called from | Code enabled by |
---|---|---|
|
...
Application |
...
...
N/A |
Anchor
Arguments
...
name_dev
Device name (see Note #1).
...
p_dest
1189369 Anchor
Pointer to destination buffer.
Anchor
start
Start address of read (relative to start of device).
Anchor
cnt
anchorNumber of octets to read.
Anchor
p_err
Pointer to variable that will the receive return error code from this function:
...
...
FS_ERR_NONE
...
...
Octets read successfully.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NAME_NULL
...
class | WebWorks_Indent_2 |
---|
...
Argument name_dev
passed a NULL pointer.
...
...
FS_ERR_NULL_PTR
...
...
Argument p_dest
passed a NULL pointer.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_DEV_INVALID
...
class | WebWorks_Indent_2 |
---|
...
Argument name_dev
specifies an invalid device.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_NOT_OPEN
...
...
Device is not open.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_DEV_NOT_PRESENT
...
class | WebWorks_Indent_2 |
---|
...
Device is not present.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_INVALID_LOW_FMT
...
...
Device needs to be low-level formatted.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_DEV_IO
...
class | WebWorks_Indent_2 |
---|
...
Device I/O error.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV_TIMEOUT
...
...
Device timeout.
...
Returned Value
...
Notes/Warnings
...
- The device must be a NOR device (e.g.,
...
- “
nor:0:
”).