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: InterruptIn.h
- Revision:
- 76:824293ae5e43
- Parent:
- 68:f37f3b9c9f0b
diff -r dc225afb6914 -r 824293ae5e43 InterruptIn.h
--- a/InterruptIn.h Thu Dec 19 15:51:14 2013 +0200
+++ b/InterruptIn.h Mon Jan 13 15:31:11 2014 +0200
@@ -108,11 +108,13 @@
*/
void mode(PinMode pull);
- /** Enable IRQ
+ /** Enable IRQ. This method depends on hw implementation, might enable one
+ * port interrupts. For further information, check gpio_irq_enable().
*/
void enable_irq();
- /** Disable IRQ
+ /** Disable IRQ. This method depends on hw implementation, might disable one
+ * port interrupts. For further information, check gpio_irq_disable().
*/
void disable_irq();
