Versions Compared

Key

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

...

void  FSDev_NOR_PhyEraseBlk (CPU_CHAR    *name_dev,

...

                             CPU_INT32U   start,

...

                             CPU_INT32U   size,

...

                             FS_ERR      *p_err);

...

File

...

Called from

...

...

Code enabled by

...

...

fs_dev_nor.c

...

...

Application

...

...

N/A

Anchor11894771189477Erase block of NOR device. Anchor11894781189478

Arguments

...

11894791189479name_dev Anchor11894801189480

Device name (see Note).

...

1189481start Anchor11894821189482

Start address of block (relative to start of device).

Anchor11894831189483size Anchor11894841189484

Size of block, in octets.

...

1189485p_err Anchor11894861189486

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

...

classWebWorks_Indent_1

...

...

FS_ERR_NONE

...

classWebWorks_Indent_2

...

...

Block erased 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

...

...

FS_ERR_DEV_NOT_OPEN

...

classWebWorks_Indent_2

...

...

Device is not open.

...

classWebWorks_Indent_1

...

FS_ERR_DEV_NOT_PRESENT

...

classWebWorks_Indent_2

...

...

Device is not present.

...

classWebWorks_Indent_1

...

FS_ERR_DEV_INVALID_LOW_FMT

...

...

Device needs to be low-level formatted.

...

...

FS_ERR_DEV_IO

...

classWebWorks_Indent_2

...

Device I/O error.

...

classWebWorks_Indent_1

...

FS_ERR_DEV_TIMEOUT

...

classWebWorks_Indent_2

...

Device timeout.

...

...

Returned Value

Anchor11895041189504None.anchor11895051189505

Notes/Warnings

...

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

Care should be taken if this function is used while a file system exists on the device, or if the device is low-level formatted. The erased block is not validated as being outside any existing file system or low-level format information.