mbed SDK library sources
Fork of mbed-src by
Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.
If you are looking for a stable and tested release, please import one of the official mbed library releases:
Import librarymbed
The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Diff: hal/gpio_irq_api.h
- Revision:
- 35:371630885ad6
- Parent:
- 13:0645d8841f51
diff -r a3c7023e45de -r 371630885ad6 hal/gpio_irq_api.h --- a/hal/gpio_irq_api.h Fri Oct 11 13:30:08 2013 +0100 +++ b/hal/gpio_irq_api.h Mon Oct 21 11:45:04 2013 +0100 @@ -37,6 +37,8 @@ int gpio_irq_init(gpio_irq_t *obj, PinName pin, gpio_irq_handler handler, uint32_t id); void gpio_irq_free(gpio_irq_t *obj); void gpio_irq_set (gpio_irq_t *obj, gpio_irq_event event, uint32_t enable); +void gpio_irq_enable(gpio_irq_t *obj); +void gpio_irq_disable(gpio_irq_t *obj); #ifdef __cplusplus }