Versions Compared

Key

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

...

void  FSDev_AccessUnlock (CPU_CHAR    *name_dev,

...

                          FS_ERR      *p_err);

...

...

File

...

Called from

...

Code enabled by

...

fs_dev.c

...

...

Application

...

...

N/A

Anchor11882161188216Release exclusive access to a device. See also section 7-4 “Raw Device IO” on page 94. Anchor11882171188217

Arguments

...

11882181188218name_dev Anchor11882191188219

Device name.

...

1188222p_err Anchor11882231188223

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

...

classWebWorks_Indent_1

...

FS_ERR_NONE

...

...

Device removed successfully.

...

...

classWebWorks_Indent_1

...

FS_ERR_DEV_NOT_OPEN

...

classWebWorks_Indent_2

...

...

Device is not open.

...

classWebWorks_Indent_1

...

FS_ERR_NAME_NULL

...

...

Argument name_dev passed a NULL pointer

...

Returned Value

...

1188235None. Anchor11882361188236

Notes/Warnings

...

None.