mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

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 {