Code Block | ||
---|---|---|
| ||
void FSDev_NAND_LowUnmount (CPU_CHAR *name_dev, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
Low-level unmount a NAND device.
Arguments
name_dev
Device name (see Note #1).
p_err
Pointer to variable that will the receive return error code from this function:
...
Returned Value
None.
Notes/Warnings
- The device must be a NAND device (e.g., “
nand: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.