Skip to content

Commit 971dfcf

Browse files
committed
Merge pull request #137 from 0xc0170/dev_kl46_gpioirq
KL46Z gpio IRQ for PORTC and PORTD
2 parents fba199a + aa501c0 commit 971dfcf

File tree

3 files changed

+191
-162
lines changed

3 files changed

+191
-162
lines changed

libraries/mbed/api/InterruptIn.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ class InterruptIn {
108108
*/
109109
void mode(PinMode pull);
110110

111-
/** Enable IRQ
111+
/** Enable IRQ. This method depends on hw implementation, might enable one
112+
* port interrupts. For further information, check gpio_irq_enable().
112113
*/
113114
void enable_irq();
114115

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().
116118
*/
117119
void disable_irq();
118120

0 commit comments

Comments
 (0)