Code Block | ||
---|---|---|
| ||
void FSDev_Open (CPU_CHAR *name_dev, |
...
void *p_dev_cfg, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
...
Pointer to variable that will receive the return error code from this function (see Note #1):
FS_ERR_NONE
Device opened successfully.
...