...
Code Block | ||
---|---|---|
| ||
void FSDev_NOR_LowUnmount (CPU_CHAR *name_dev, |
...
FS_ERR *p_err); |
...
HTML Table | |
---|---|
summary | |
class | Plain_Table | Table Row (tr) | Table Cell (td) | Anchor | | 1189213 | 1189213
File |
---|
...
Called from |
---|
...
...
Code enabled by |
---|
...
|
...
Application |
...
N/A |
...
Low-level unmount a NOR device. Anchor
Arguments
...
name_dev
Device name (see Note #1).
...
p_err
Anchor
Pointer to variable that will the receive return error code from this function:
...
...
FS_ERR_NONE
...
...
class | WebWorks_Indent_2 |
---|
...
Device low-level unmounted successfully.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NAME_NULL
...
class | WebWorks_Indent_2 |
---|
...
Argument name_dev
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
...
class | WebWorks_Indent_2 |
---|
...
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_IO
...
class | WebWorks_Indent_2 |
---|
...
Device I/O error.
...
...
FS_ERR_DEV_TIMEOUT
...
class | WebWorks_Indent_2 |
---|
...
Device timeout.
...
...
Returned Value
Anchor
Notes/Warnings
...
- The device must be a NOR device (e.g.,
...
- “
nor:0:
”).
...
- Low-level unmounting clears software knowledge of the on-disk structures, forcing the device to again be low-level mounted or formatted prior to further use.