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.
Dependents: openwear-lifelogger-example
Fork of mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/objects.h
- Revision:
- 60:142c6c6f5949
- Parent:
- 56:99eb381a3269
- Child:
- 70:c1fbde68b492
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/objects.h Mon Dec 16 09:15:05 2013 +0000
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/objects.h Tue Dec 17 08:45:10 2013 +0000
@@ -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 {
