diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 08:49:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 08:49:10 +0000 |
commit | 49c40ba106e8fbea8e67157591eab7bf0c9e9a01 (patch) | |
tree | dfd145ca9a7d70960de75169b124a4b2d8b99193 /os/io/platforms/LPC214x | |
parent | 576d80eb6337c518374ed4ff4c54ff544708a98a (diff) | |
download | ChibiOS-49c40ba106e8fbea8e67157591eab7bf0c9e9a01.tar.gz ChibiOS-49c40ba106e8fbea8e67157591eab7bf0c9e9a01.tar.bz2 ChibiOS-49c40ba106e8fbea8e67157591eab7bf0c9e9a01.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1136 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/platforms/LPC214x')
-rw-r--r-- | os/io/platforms/LPC214x/platform.dox | 6 | ||||
-rw-r--r-- | os/io/platforms/LPC214x/serial_lld.h | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/os/io/platforms/LPC214x/platform.dox b/os/io/platforms/LPC214x/platform.dox index e46ac4328..0f6536e0e 100644 --- a/os/io/platforms/LPC214x/platform.dox +++ b/os/io/platforms/LPC214x/platform.dox @@ -42,7 +42,7 @@ */
/**
- * @defgroup LPC214x_PAL I/O Ports Support
+ * @defgroup LPC214x_PAL LPC214x I/O Ports Support
* @brief I/O Ports peripherals support.
* @details This module supports the LPC214x FIO controller. The controller
* supports the following features (see @ref PAL):
@@ -67,7 +67,7 @@ */
/**
- * @defgroup LPC214x_SERIAL UART Support
+ * @defgroup LPC214x_SERIAL LPC214x UART Support
* @brief UART peripherals support.
* @details The serial driver supports the LPC214x UART peripherals.
*
@@ -75,7 +75,7 @@ */
/**
- * @defgroup LPC214x_SSP SSP Support
+ * @defgroup LPC214x_SSP LPC214x SSP Support
* @brief SSP peripheral support.
* @details This SPI driver supports the LPC214x SSP peripheral.
*
diff --git a/os/io/platforms/LPC214x/serial_lld.h b/os/io/platforms/LPC214x/serial_lld.h index d4bc6d01d..b6ac8e379 100644 --- a/os/io/platforms/LPC214x/serial_lld.h +++ b/os/io/platforms/LPC214x/serial_lld.h @@ -136,13 +136,9 @@ struct _serial_driver_data { };
/**
- * @brief Generic Serial Driver static initializer.
+ * @brief LPC214x Serial Driver configuration structure.
* @details An instance of this structure must be passed to @p sdStart()
* in order to configure and start a serial driver operations.
- *
- * @note This structure content is architecture dependent, each driver
- * implementation defines its own version and the custom static
- * initializers.
*/
typedef struct {
uint32_t speed;
|