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

Initializing the 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 sys_init.c:

Go to the source code of this file.

Functions

void SYS_Init (void)
 Initializing CLEON.
 
void SYS_InitCLEONDataStructure (void)
 Initializing CLEON data structure.
 

Variables

__no_init cleon_header_u uniCLEONHeader
 
__no_init cleon_gps_data_u uniCLEONGPSData
 
__no_init cleon_sensor_data_u uniCLEONSensorData
 

Detailed Description

Initializing the system.

Definition in file sys_init.c.

Function Documentation

void SYS_Init ( void  )

Initializing CLEON.

Returns
void
Parameters
void

Definition at line 25 of file sys_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

__no_init cleon_gps_data_u uniCLEONGPSData

Definition at line 14 of file sys_init.c.

__no_init cleon_header_u uniCLEONHeader

Definition at line 13 of file sys_init.c.

__no_init cleon_sensor_data_u uniCLEONSensorData

Definition at line 15 of file sys_init.c.