Versions Compared

Key

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

...

void  FSDev_Close (CPU_CHAR  *name_dev,

...

                   FS_ERR    *p_err);

...

...

File

...

Called from

...

...

Code enabled by

...

...

fs_dev.c

...

Application

...

N/A

Anchor10924721092472Close and free a device. Anchor11048751104875

Arguments

Anchor10924741092474name_dev Anchor11410081141008

Device name.

...

1092475p_erranchor11410151141015

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

...

classWebWorks_Indent_1

...

FS_ERR_NONE

...

classWebWorks_Indent_2

...

Device removed successfully.

...

...

FS_ERR_DEV_NOT_OPEN

...

classWebWorks_Indent_2

...

...

Device is not open.

...

classWebWorks_Indent_1

...

FS_ERR_NAME_NULL

...

classWebWorks_Indent_2

...

Argument name_dev passed a NULL pointer

...

Returned Value

...

1092480None. Anchor11002731100273

Notes/Warnings

...

None.