1.2.7.4.2 SYS_FS_Tasks Function
C
void SYS_FS_Tasks( void );
Summary
Maintains the File System tasks and functionalities.
Description
This function is used to run the various tasks and functionalities of sys_fs layer.
Precondition
The SYS_FS_Initialize routine must have been called before running the tasks.
Parameters
None.
Returns
None.
Example
void SYS_Tasks ( void ) { SYS_FS_Tasks (); // Do other tasks }
Remarks
This function is not called directly by an application. It is called by the system's Tasks routine (SYS_Tasks).