Versions Compared

Key

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

...

void  FSDev_NOR_LowCompact (CPU_CHAR  *name_dev,

...

                            FS_ERR    *p_err);

...

...

File

...

Called from

...

Code enabled by

...

...

fs_dev_nor.c

...

Application

...

...

N/A

...

1189269Low-level compact a NOR device.anchor11892701189270

Arguments

Anchor11892711189271name_dev Anchor11892721189272

Device name (see Note).

...

1189273p_err Anchor11892741189274

Pointer to variable that will the receive return error code from this function:

...

classWebWorks_Indent_1

...

FS_ERR_NONE

...

...

Device low-level compacted successfully.

...

classWebWorks_Indent_1

...

FS_ERR_NAME_NULL

...

classWebWorks_Indent_2

...

Argument name_dev passed a NULL pointer.

...

...

FS_ERR_DEV_INVALID

...

...

Argument name_dev specifies an invalid device

...

classWebWorks_Indent_1

...

FS_ERR_DEV_NOT_OPEN

...

classWebWorks_Indent_2

...

Device is not open.

...

...

FS_ERR_DEV_NOT_PRESENT

...

...

Device is not present.

...

classWebWorks_Indent_1

...

FS_ERR_DEV_INVALID_LOW_FMT

...

classWebWorks_Indent_2

...

Device needs to be low-level formatted.

...

...

FS_ERR_DEV_IO

...

...

Device I/O error.

...

classWebWorks_Indent_1

...

FS_ERR_DEV_TIMEOUT

...

...

classWebWorks_Indent_2

...

Device timeout.

...

Returned Value

...

None. Anchor11892931189293

Notes/Warnings

Anchor11892941189294The device must be a NOR device (e.g., “nornor:0:”). Anchor11892951189295

Compacting groups sectors containing high-level data into as few blocks as possible. If an image of a file system is to be formed for deployment, to be burned into chips for production, then it should be compacted after all files and directories are created.