Skip to content

Commit dc19dcb

Browse files
committed
fix - KL46Z cmsis header (v2.2), shared interrupt PORTCD
- Ports C and D sharing same interrupt vectors - KL46Z CMSIS header update - InterruptIn methods irq_disable/enable comment update
1 parent fba199a commit dc19dcb

File tree

3 files changed

+188
-162
lines changed

3 files changed

+188
-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)