diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-07 11:11:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-07 11:11:45 +0000 |
commit | e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c (patch) | |
tree | cb74f829601c554a72ec3aa1e9a3f5bbe01c7b3f /os/hal/templates/serial_lld.h | |
parent | c85b9403a373189fccf360cacaaf1612c746c58f (diff) | |
download | ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.tar.gz ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.tar.bz2 ChibiOS-e4be2c3b13ec4bc059b5b1b2f40c7f84ce6ab77c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1583 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/serial_lld.h')
-rw-r--r-- | os/hal/templates/serial_lld.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/os/hal/templates/serial_lld.h b/os/hal/templates/serial_lld.h index 7ee255fa9..a9dbb3c1a 100644 --- a/os/hal/templates/serial_lld.h +++ b/os/hal/templates/serial_lld.h @@ -18,8 +18,9 @@ */
/**
- * @file templates/serial_lld.h
- * @brief Serial Driver subsystem low level driver header template.
+ * @file templates/serial_lld.h
+ * @brief Serial Driver subsystem low level driver header template.
+ *
* @addtogroup SERIAL_LLD
* @{
*/
@@ -46,18 +47,17 @@ /*===========================================================================*/
/**
- * Serial Driver condition flags type.
+ * @brief Serial Driver condition flags type.
*/
typedef uint8_t sdflags_t;
/**
- * @brief Generic Serial Driver configuration structure.
+ * @brief Generic 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.
+ * @note This structure content is architecture dependent, each driver
+ * implementation defines its own version and the custom static
+ * initializers.
*/
typedef struct {
|