From ba938b8d7d7d8dde2899e9428b752339d32190c2 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 18 Sep 2009 08:05:40 +0000 Subject: Changes throughout. --- c/src/lib/libbsp/arm/lpc24xx/include/i2c.h | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/arm/lpc24xx/include/i2c.h') diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h b/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h index f15ade1aad..a6eeee35b0 100644 --- a/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h +++ b/c/src/lib/libbsp/arm/lpc24xx/include/i2c.h @@ -1,9 +1,9 @@ /** * @file * - * @ingroup lpc24xx + * @ingroup lpc24xx_libi2c * - * LibI2C bus driver for the I2C modules. + * @brief LibI2C bus driver for the I2C modules. */ /* @@ -28,12 +28,24 @@ extern "C" { #endif /* __cplusplus */ +/** + * @defgroup lpc24xx_libi2c LPC24XX Bus Drivers + * + * @ingroup libi2c + * + * @brief LibI2C bus drivers for LPC24XX. + * + * @{ + */ + extern rtems_libi2c_bus_t * const lpc24xx_i2c_0; extern rtems_libi2c_bus_t * const lpc24xx_i2c_1; extern rtems_libi2c_bus_t * const lpc24xx_i2c_2; +/** @} */ + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3