Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
void  FSDev_NAND_LowUnmount (CPU_CHAR  *name_dev,

...


                             FS_ERR    *p_err);


File

Called from

Code enabled by

fs_dev_nand.c

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

  1. The device must be a NAND device (e.g., “nand:0:”).
  2. 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.