Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USBDevice by
Revision 61:d17693b10ae6, committed 2016-02-18
- Comitter:
- mbed_official
- Date:
- Thu Feb 18 09:45:59 2016 +0000
- Parent:
- 60:0e6b3f44926e
- Commit message:
- Synchronized with git revision b57f7d56840134d072ca567460a86b77fb7adcf8
Full URL: https://github.com/mbedmicro/mbed/commit/b57f7d56840134d072ca567460a86b77fb7adcf8/
Support of export function to the IAR.
Changed in this revision
USBDevice/TARGET_RENESAS/TARGET_RZ_A1H/inc/devdrv_usb_function_api.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBDevice/TARGET_RENESAS/TARGET_RZ_A1H/inc/devdrv_usb_function_api.h Fri Jan 15 07:45:55 2016 +0000 +++ b/USBDevice/TARGET_RENESAS/TARGET_RZ_A1H/inc/devdrv_usb_function_api.h Thu Feb 18 09:45:59 2016 +0000 @@ -334,8 +334,8 @@ void usb1_function_Vendor5(uint16_t type, uint16_t req, uint16_t value, uint16_t index, uint16_t length); void usb1_function_ResetDescriptor(uint16_t mode); -uint16_t Userdef_USB_usb1_function_d0fifo_dmaintid(void); -uint16_t Userdef_USB_usb1_function_d1fifo_dmaintid(void); +IRQn_Type Userdef_USB_usb1_function_d0fifo_dmaintid(void); +IRQn_Type Userdef_USB_usb1_function_d1fifo_dmaintid(void); void Userdef_USB_usb1_function_attach(void); void Userdef_USB_usb1_function_detach(void); void Userdef_USB_usb1_function_delay_1ms(void);