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: Freedman_v2 Nucleo_i2c_OLED_BME280_copy
Fork of mbed-src by
Diff: api/InterruptIn.h
- Revision:
- 69:49e45cb70de1
- Parent:
- 36:ab3ee77451e7
diff -r 41613245dfd7 -r 49e45cb70de1 api/InterruptIn.h
--- a/api/InterruptIn.h Thu Dec 26 13:00:06 2013 +0000
+++ b/api/InterruptIn.h Tue Dec 31 15:30:05 2013 +0000
@@ -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();
