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 mbed-src by
Diff: targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h
- Revision:
- 574:8e5b2476066a
- Parent:
- 500:04797f1feae2
- Child:
- 591:474d026f7d79
diff -r ad23fe03a082 -r 8e5b2476066a targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h Fri Jun 19 09:15:11 2015 +0100
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h Fri Jun 19 09:30:08 2015 +0100
@@ -95,6 +95,14 @@
I2C_3
} I2CName;
+typedef enum {
+ CAN_0 = 0,
+ CAN_1,
+ CAN_2,
+ CAN_3,
+ CAN_4
+} CANName;
+
#define STDIO_UART_TX USBTX
#define STDIO_UART_RX USBRX
