...
void FS_DevDrvAdd (FS_DEV_API *p_dev_drv,
...
FS_ERR *p_err);
...
...
File |
...
...
Called from |
...
Code enabled by |
...
...
|
...
...
Application |
...
N/A |
...
Adds a device driver to the file system. Anchor
Arguments
...
p_dev_drv
Anchor
Pointer to device driver (see Section C.08).
...
p_err
anchor
Pointer to variable that will receive the return error code from this function:
...
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
Device driver added.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NULL_PTR
...
class | WebWorks_Indent_2 |
---|
...
Argument p_dev_drv
passed a NULL pointer.
...
...
FS_ERR_DEV_DRV_ALREADY_ADDED
...
...
Device driver already added.
...
...
FS_ERR_DEV_DRV_INVALID_NAME
...
class | WebWorks_Indent_2 |
---|
...
...
Device driver name invalid.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_DEV_DRV_NO_TBL_POS_AVAIL
...
...
No device driver table position available.
...
Returned Value
Anchor
Notes/Warnings
...