mbed w/ spi bug fig
Fork of mbed-src by
Diff: api/InterruptIn.h
- Revision:
- 35:371630885ad6
- Parent:
- 15:4892fe388435
- Child:
- 36:ab3ee77451e7
--- a/api/InterruptIn.h Fri Oct 11 13:30:08 2013 +0100 +++ b/api/InterruptIn.h Mon Oct 21 11:45:04 2013 +0100 @@ -167,7 +167,7 @@ * * @returns * The function object created for 'fptr' - */ + */ pFunctionPointer_t fall_add(void (*fptr)(void)) { return fall_add_common(fptr); } @@ -240,6 +240,14 @@ */ void mode(PinMode pull); + /** Enable IRQ + */ + void enable_irq(); + + /** Disable IRQ + */ + void disable_irq(); + static void _irq_handler(uint32_t id, gpio_irq_event event); protected: