summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-04 22:03:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-04 22:03:00 +0000
commita83f1c404bc86a9b8f855b2417d7c68b758b1add (patch)
treee8e9ac1d033d280a5958a96720044cea843ef768 /nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h
parentf29c2dcadec6aa8b3e8589cfc10a444f9c8524f1 (diff)
downloadpx4-nuttx-a83f1c404bc86a9b8f855b2417d7c68b758b1add.tar.gz
px4-nuttx-a83f1c404bc86a9b8f855b2417d7c68b758b1add.tar.bz2
px4-nuttx-a83f1c404bc86a9b8f855b2417d7c68b758b1add.zip
More LPC43xx logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4906 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h b/nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h
index 42ab5eb72..27769f4b4 100644
--- a/nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h
+++ b/nuttx/arch/arm/src/lpc43xx/lpc43_pinconfig.h
@@ -265,17 +265,17 @@ extern "C" {
* Returned Value:
* OK on success; A negated errno value on failure.
*
- ************************************************************************************/
+ ********************************************************************************************/
EXTERN int lpc43_pinconfig(uint32_t pinconf);
-/************************************************************************************
+/********************************************************************************************
* Function: lpc43_dumppinconfig
*
* Description:
- * Dump all pin configuration registers associated with the provided base address
+ * Dump all pin configuration registers associated with the provided pin configuration
*
- ************************************************************************************/
+ ********************************************************************************************/
#ifdef CONFIG_DEBUG
EXTERN int lpc43_dumppinconfig(uint32_t pinconf, const char *msg);