|
CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
Communication via USB. 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 | APP_USB_ProcessingRcvdFrame () |
| Processing USB frame. | |
Variables | |
| rtc_time_u | uniRTCTime |
| milliseoncd_time_tick_u | uniMillisecondTimeTick |
| seoncd_time_tick_u | uniSecondTimeTick |
| usb_frame_u | uniUSBRecvFrame |
| unsigned long | ulNumberOfCLEONSamplesInAFileCount |
| bool | bFLAG_USBConnected |
| bool | bFLAG_USBFrameReceived |
| bool | bFLAG_IsTimeSynced |
| bool | bFLAG_RTCTimeTickOfSecond |
| FIL | fileObject |
| UINT | bw |
| char | sFilename [50] |
| unsigned long | ulSampleCount |
| unsigned long | ulSampleGap |
| unsigned long | ulChunkCount |
| unsigned long | ulChunkGap |
Communication via USB.
Definition in file app_usb.c.
| void APP_USB_ProcessingRcvdFrame | ( | void | ) |
Processing USB frame.
- For every received USB frame, there will be an ack
- Ack frame will contain received command as data in data field
| void |
Definition at line 53 of file app_usb.c.


| milliseoncd_time_tick_u uniMillisecondTimeTick |
| rtc_time_u uniRTCTime |
| seoncd_time_tick_u uniSecondTimeTick |
| usb_frame_u uniUSBRecvFrame |