Code Block | ||
---|---|---|
| ||
FS_PARTITION_NBR FSDev_PartitionAdd (CPU_CHAR *name_dev, |
...
FS_SEC_QTY partition_size, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application |
|
...
Or device access error (see Device µC/FS Error Codes).
Returned Value
The index of the created partition. The first partition on the device has an index of 0. FS_INVALID_PARTITION_NBR
is returned if the function fails to add the partition.
Notes/Warnings
- Device state change will result from device I/O, not present or timeout error.