git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1391 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-08 09:06:48 +00:00
parent 06f43125b3
commit 4682a4476e
6 changed files with 16 additions and 9 deletions

View File

@ -19,7 +19,7 @@
/** /**
* @file AT91SAM7/hal_lld.c * @file AT91SAM7/hal_lld.c
* @brief AT91SAM7 HAL subsystem low level driver source * @brief AT91SAM7 HAL subsystem low level driver source.
* @addtogroup AT91SAM7_HAL * @addtogroup AT91SAM7_HAL
* @{ * @{
*/ */

View File

@ -19,7 +19,7 @@
/** /**
* @file AT91SAM7/hal_lld.h * @file AT91SAM7/hal_lld.h
* @brief AT91SAM7 HAL subsystem low level driver header * @brief AT91SAM7 HAL subsystem low level driver header.
* @addtogroup AT91SAM7_HAL * @addtogroup AT91SAM7_HAL
* @{ * @{
*/ */

View File

@ -18,9 +18,9 @@
*/ */
/** /**
* @file templates/hal_lld.c * @file LPC214x/hal_lld.c
* @brief HAL Driver subsystem low level driver source template * @brief LPC214x HAL subsystem low level driver source.
* @addtogroup HAL_LLD * @addtogroup LPC214x_HAL
* @{ * @{
*/ */

View File

@ -18,9 +18,9 @@
*/ */
/** /**
* @file templates/hal_lld.h * @file LPC214x/hal_lld.h
* @brief HAL subsystem low level driver header template * @brief LPC214x HAL subsystem low level driver HEADER.
* @addtogroup HAL_LLD * @addtogroup LPC214x_HAL
* @{ * @{
*/ */

View File

@ -41,6 +41,13 @@
* @ingroup LPC214x * @ingroup LPC214x
*/ */
/**
* @defgroup LPC214x_HAL LPC214x HAL Support
* @brief HAL support.
*
* @ingroup LPC214x
*/
/** /**
* @defgroup LPC214x_PAL LPC214x I/O Ports Support * @defgroup LPC214x_PAL LPC214x I/O Ports Support
* @brief I/O Ports peripherals support. * @brief I/O Ports peripherals support.

View File

@ -150,7 +150,7 @@ msg_t canTransmit(CANDriver *canp, const CANTxFrame *ctfp, systime_t timeout) {
* @note Trying to receive while in sleep mode simply enqueues the thread. * @note Trying to receive while in sleep mode simply enqueues the thread.
* *
* @param[in] canp pointer to the @p CANDriver object * @param[in] canp pointer to the @p CANDriver object
* @param[out] cfp pointer to the buffer where the CAN frame is copied * @param[out] crfp pointer to the buffer where the CAN frame is copied
* @param[in] timeout the number of ticks before the operation timeouts, * @param[in] timeout the number of ticks before the operation timeouts,
* the following special values are allowed: * the following special values are allowed:
* - @a TIME_IMMEDIATE immediate timeout (useful in an * - @a TIME_IMMEDIATE immediate timeout (useful in an