Subversion Repositories NaviCtrl

Rev

Rev 89 | Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 91
Line 94... Line 94...
94
                                                           
94
                                                           
95
#define NC_FLAG_FREE                    1
95
#define NC_FLAG_FREE                    1
96
#define NC_FLAG_PH                              2
96
#define NC_FLAG_PH                              2
97
#define NC_FLAG_CH                              4
97
#define NC_FLAG_CH                              4
-
 
98
#define NC_FLAG_RANGE_LIMIT             8
Line 98... Line 99...
98
#define NC_FLAG_RANGE_LIMIT             8
99
#define NC_NO_SERIAL_DATA    0x10
99
 
100
 
100
typedef struct
101
typedef struct
101
{
102
{
Line 109... Line 110...
109
 
110
 
110
extern volatile u8 rxd_buffer[RXD_BUFFER_LEN];
111
extern volatile u8 rxd_buffer[RXD_BUFFER_LEN];
111
extern volatile u8 ReceivedBytes;
112
extern volatile u8 ReceivedBytes;
112
extern volatile u8 rxd_buffer_locked;
113
extern volatile u8 rxd_buffer_locked;
113
extern UART_TypeDef *DebugUART;
-
 
-
 
114
extern UART_TypeDef *DebugUART;
Line 114... Line 115...
114
 
115
extern volatile u8  SerialDataOkay;
115
 
116
 
116
void UART1_Init(void);
117
void UART1_Init(void);
117
void UART1_Transmit(void);
118
void UART1_Transmit(void);