Versions Compared

Key

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


...

Code Block
languagecpp
void  FSDev_AccessUnlock (CPU_CHAR    *name_dev,

...


                          FS_ERR      *p_err);

...

1188204
HTML Table
summary
classPlain_Table
Table Row (tr)
Table Cell (td)
Anchor
1188204


File

...

Called from

...

Code enabled by

...

...

fs_dev.c

...

Application

...

...

N/A

...

Release exclusive access to a device. See also section 7-4 “Raw Device IO” on page 94. Anchor11882171188217 Arguments Anchor11882181188218Raw Device I/O.

Arguments

name_devanchor11882191188219

Device name.

Anchor11882221188222p_erranchor11882231188223

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

...

...

FS_ERR_NONE

...

...

classWebWorks_Indent_2

...

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

...

classWebWorks_Indent_2

...

...

Argument name_dev passed a NULL pointer

...

Returned Value

...

11882351188235None. Anchor11882361188236

Notes/Warnings

...

None.