Subversion Repositories NaviCtrl

Rev

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

Rev 41 Rev 111
Line 9... Line 9...
9
 
9
 
10
extern u32 USB_BufferRxCount;
10
extern u32 USB_BufferRxCount;
Line 11... Line 11...
11
extern u8 USB_BufferRx[];
11
extern u8 USB_BufferRx[];
12
 
12
 
13
void USB_ConfigInit(void);
13
void USB_ConfigInit(void);
14
void USB_Cable_Config (FunctionalState NewState);
14
void USB_CableConfig(FunctionalState NewState);
15
void USB_Send_String(u8 *StrPtr);
15
void USB_PutString(u8 *string);
Line 16... Line 16...
16
void USB_Send_Char(u8 ch);
16
void USB_PutChar(u8 c);