Moved and updated code for AT91SAM7S
This commit is contained in:
parent
1658d6b42c
commit
1f72d3ea32
32 changed files with 9799 additions and 0 deletions
21
cpu/arm/at91sam7s/usb-interrupt.h
Normal file
21
cpu/arm/at91sam7s/usb-interrupt.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef __USB_INTERRUPT_H__0HRIPZ5SIA__
|
||||
#define __USB_INTERRUPT_H__0HRIPZ5SIA__
|
||||
|
||||
void
|
||||
usb_int (void);
|
||||
|
||||
void
|
||||
usb_arch_transfer_complete(unsigned int hw_ep);
|
||||
|
||||
void
|
||||
usb_arch_transfer_complete(unsigned int hw_ep);
|
||||
void
|
||||
usb_arch_reset_int();
|
||||
|
||||
void
|
||||
usb_arch_suspend_int();
|
||||
|
||||
void
|
||||
usb_arch_resume_int();
|
||||
|
||||
#endif /* __USB_INTERRUPT_H__0HRIPZ5SIA__ */
|
Loading…
Add table
Add a link
Reference in a new issue