CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
UART configuration. 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 | HAL_UART_Init () |
Initializing UART. | |
__interrupt void | USCI_A1_VECTOR_ISR (void) |
Variables | |
bool | bFLAG_USBFrameReceived |
UART configuration.
Definition in file hal_uart.c.
void HAL_UART_Init | ( | ) |
Initializing UART.
void |
Definition at line 24 of file hal_uart.c.
__interrupt void USCI_A1_VECTOR_ISR | ( | void | ) |
Definition at line 44 of file hal_uart.c.