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: SSD1306_smart_watch
Fork of mbed-src by
Diff: api/InterruptIn.h
- Revision:
- 35:371630885ad6
- Parent:
- 15:4892fe388435
- Child:
- 36:ab3ee77451e7
diff -r a3c7023e45de -r 371630885ad6 api/InterruptIn.h
--- a/api/InterruptIn.h Fri Oct 11 13:30:08 2013 +0100
+++ b/api/InterruptIn.h Mon Oct 21 11:45:04 2013 +0100
@@ -167,7 +167,7 @@
*
* @returns
* The function object created for 'fptr'
- */
+ */
pFunctionPointer_t fall_add(void (*fptr)(void)) {
return fall_add_common(fptr);
}
@@ -240,6 +240,14 @@
*/
void mode(PinMode pull);
+ /** Enable IRQ
+ */
+ void enable_irq();
+
+ /** Disable IRQ
+ */
+ void disable_irq();
+
static void _irq_handler(uint32_t id, gpio_irq_event event);
protected:
