VZTECH / Mbed 2 deprecated main_src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers UART3Interrupt.h Source File

UART3Interrupt.h

00001 #ifndef __UART3INTERRUPT_H__
00002 #define __UART3INTERRUPT_H__
00003 
00004 #include "mbed.h"
00005 #include "shared_variables.h"
00006 
00007 extern char RXBuffer [ CB_BUFFER_SIZE ];
00008 ///< UART3 RX Buffer
00009 
00010 extern volatile uint8_t status;
00011 
00012 void SerialRecvInterrupt ( void );
00013 
00014 void RXFrameSync ( void );
00015 
00016 #endif