aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC13xx/platform.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 08:46:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 08:46:51 +0000
commit5ab1f418c84cb003a2bf65bd66758bd0abacb08b (patch)
tree1a13f9b0990717aa547b172fa64f49d2fa247d89 /os/hal/platforms/LPC13xx/platform.dox
parent9f8702a2a0bb074eb79a5804db2ff935849307df (diff)
downloadChibiOS-5ab1f418c84cb003a2bf65bd66758bd0abacb08b.tar.gz
ChibiOS-5ab1f418c84cb003a2bf65bd66758bd0abacb08b.tar.bz2
ChibiOS-5ab1f418c84cb003a2bf65bd66758bd0abacb08b.zip
LPC13xx GPT driver added (not tested yet).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2799 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx/platform.dox')
-rw-r--r--os/hal/platforms/LPC13xx/platform.dox18
1 files changed, 18 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC13xx/platform.dox b/os/hal/platforms/LPC13xx/platform.dox
index 54b90b6dd..00715dd9f 100644
--- a/os/hal/platforms/LPC13xx/platform.dox
+++ b/os/hal/platforms/LPC13xx/platform.dox
@@ -43,6 +43,24 @@
*/
/**
+ * @defgroup LPC13xx_GPT LPC13xx GPT Support
+ * @details The LPC13xx GPT driver uses the CTxxBy peripherals.
+ *
+ * @section lpc13xx_gpt_1 Supported HW resources
+ * - CT16B0.
+ * - CT16B1.
+ * - CT32B0.
+ * - CT32B1.
+ * .
+ * @section lpc13xx_gpt_2 LPC13xx GPT driver implementation features
+ * - Each timer can be independently enabled and programmed. Unused
+ * peripherals are left in low power mode.
+ * - Programmable CTxxBy interrupts priority level.
+ * .
+ * @ingroup LPC13xx
+ */
+
+/**
* @defgroup LPC13xx_PAL LPC13xx PAL Support
* @details The LPC13xx PAL driver uses the GPIO peripherals.
*