We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba199a commit dc19dcbCopy full SHA for dc19dcb
libraries/mbed/api/InterruptIn.h
@@ -108,11 +108,13 @@ class InterruptIn {
108
*/
109
void mode(PinMode pull);
110
111
- /** Enable IRQ
+ /** Enable IRQ. This method depends on hw implementation, might enable one
112
+ * port interrupts. For further information, check gpio_irq_enable().
113
114
void enable_irq();
115
- /** Disable IRQ
116
+ /** Disable IRQ. This method depends on hw implementation, might disable one
117
+ * port interrupts. For further information, check gpio_irq_disable().
118
119
void disable_irq();
120
0 commit comments