aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/can.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-06 16:17:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-06 16:17:30 +0000
commite3c7dc319ff582f9eb4a593950ac7bedb1d38b77 (patch)
tree7646d3700bef00d4ee01bafa24523ff9b6f2f4b5 /os/hal/include/can.h
parentf362c3ceb4227d96532f24d7d20f215e2c488ec6 (diff)
downloadChibiOS-e3c7dc319ff582f9eb4a593950ac7bedb1d38b77.tar.gz
ChibiOS-e3c7dc319ff582f9eb4a593950ac7bedb1d38b77.tar.bz2
ChibiOS-e3c7dc319ff582f9eb4a593950ac7bedb1d38b77.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/can.h')
-rw-r--r--os/hal/include/can.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/os/hal/include/can.h b/os/hal/include/can.h
index 72f089379..0e171fee4 100644
--- a/os/hal/include/can.h
+++ b/os/hal/include/can.h
@@ -18,8 +18,9 @@
*/
/**
- * @file can.h
- * @brief CAN Driver macros and structures.
+ * @file can.h
+ * @brief CAN Driver macros and structures.
+ *
* @addtogroup CAN
* @{
*/
@@ -34,23 +35,23 @@
/*===========================================================================*/
/**
- * @brief Errors rate warning.
+ * @brief Errors rate warning.
*/
#define CAN_LIMIT_WARNING 1
/**
- * @brief Errors rate error.
+ * @brief Errors rate error.
*/
#define CAN_LIMIT_ERROR 2
/**
- * @brief Bus off condition reached.
+ * @brief Bus off condition reached.
*/
#define CAN_BUS_OFF_ERROR 4
/**
- * @brief Framing error of some kind on the CAN bus.
+ * @brief Framing error of some kind on the CAN bus.
*/
#define CAN_FRAMING_ERROR 8
/**
- * @brief Overflow in receive queue.
+ * @brief Overflow in receive queue.
*/
#define CAN_OVERFLOW_ERROR 16
@@ -59,7 +60,7 @@
/*===========================================================================*/
/**
- * @brief Sleep mode related APIs inclusion switch.
+ * @brief Sleep mode related APIs inclusion switch.
*/
#define CAN_USE_SLEEP_MODE TRUE
@@ -76,7 +77,7 @@
/*===========================================================================*/
/**
- * @brief Driver state machine possible states.
+ * @brief Driver state machine possible states.
*/
typedef enum {
CAN_UNINIT = 0, /**< @brief Not initialized. */
@@ -93,7 +94,7 @@ typedef enum {
/*===========================================================================*/
/**
- * @brief Adds some flags to the CAN status mask.
+ * @brief Adds some flags to the CAN status mask.
*
* @param[in] canp pointer to the @p CANDriver object
* @param[in] mask flags to be added to the status mask