CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
Initializing the system. More...
#include "cleon_conf.h"
#include "app_define.h"
#include "sys_define.h"
#include "hal_define.h"
#include "fs_define.h"
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 |
Initializing the system.
Definition in file sys_init.c.
void SYS_Init | ( | void | ) |
Initializing CLEON.
void |
Definition at line 25 of file sys_init.c.
void SYS_InitCLEONDataStructure | ( | void | ) |
Initializing CLEON data structure.
void |
Definition at line 47 of file sys_init.c.
__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.