From 34945d78e933fc62bedcc975e88be02a0b7fcc2e Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 2 Aug 2021 13:48:35 -0400 Subject: major project reorg, move library one level up --- .../My Project/hal/documentation/ext_irq.rst | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 Smol Watch Project/My Project/hal/documentation/ext_irq.rst (limited to 'Smol Watch Project/My Project/hal/documentation/ext_irq.rst') diff --git a/Smol Watch Project/My Project/hal/documentation/ext_irq.rst b/Smol Watch Project/My Project/hal/documentation/ext_irq.rst deleted file mode 100644 index 7dcdc7c5..00000000 --- a/Smol Watch Project/My Project/hal/documentation/ext_irq.rst +++ /dev/null @@ -1,39 +0,0 @@ -============== -EXT IRQ driver -============== - -The External Interrupt driver allows external pins to be -configured as interrupt lines. Each interrupt line can be -individually masked and can generate an interrupt on rising, -falling or both edges, or on high or low levels. Some of -external pin can also be configured to wake up the device -from sleep modes where all clocks have been disabled. -External pins can also generate an event. - -Features --------- -* Initialization and de-initialization -* Enabling and disabling -* Detect external pins interrupt - -Applications ------------- -* Generate an interrupt on rising, falling or both edges, - or on high or low levels. - -Dependencies ------------- -* GPIO hardware - -Concurrency ------------ -N/A - -Limitations ------------ -N/A - -Knows issues and workarounds ----------------------------- -N/A - -- cgit v1.2.3