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 by
Diff: TARGET_NUCLEO_F103RB/objects.h
- Revision:
- 75:dc225afb6914
- Parent:
- 74:a842253909c9
- Child:
- 76:824293ae5e43
diff -r a842253909c9 -r dc225afb6914 TARGET_NUCLEO_F103RB/objects.h
--- a/TARGET_NUCLEO_F103RB/objects.h Fri Dec 13 14:18:40 2013 +0200
+++ b/TARGET_NUCLEO_F103RB/objects.h Thu Dec 19 15:51:14 2013 +0200
@@ -26,9 +26,9 @@
#endif
struct gpio_irq_s {
- uint32_t port;
- uint32_t pin;
uint32_t ch;
+ IRQn_Type irq_n;
+ uint32_t event; // 0=none, 1=rise, 2=fall, 3=rise+fall
};
struct port_s {
