CLEON  Version 1
Cloud-Offloaded GPS Receiver
fs_init.c File Reference

Initializing file system. More...

#include "cleon_conf.h"
#include "app_define.h"
#include "sys_define.h"
#include "hal_define.h"
#include "fs_define.h"
Include dependency graph for fs_init.c:

Go to the source code of this file.

Functions

void FS_Init (void)
 Initializing file system.
 

Variables

FATFS Fatfs
 
FIL fileObject
 
UINT bw
 

Detailed Description

Initializing file system.

Definition in file fs_init.c.

Function Documentation

void FS_Init ( void  )

Initializing file system.

Returns
void
Parameters
void

Definition at line 26 of file fs_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

UINT bw

Definition at line 16 of file fs_init.c.

FATFS Fatfs

Definition at line 14 of file fs_init.c.

FIL fileObject

Definition at line 15 of file fs_init.c.