diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-22 18:52:48 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-22 23:29:58 -0400 |
commit | 561a1bb63d3cfb29316344147d1225972a089c94 (patch) | |
tree | ce8bd803e016efaf79f0a9effd88e403c33e896f | |
parent | afcec03e1ac314b201ea32089304648571204ae8 (diff) | |
download | librambutan-561a1bb63d3cfb29316344147d1225972a089c94.tar.gz librambutan-561a1bb63d3cfb29316344147d1225972a089c94.zip |
i2c.h: Doxygen
-rw-r--r-- | libmaple/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/i2c.h b/libmaple/i2c.h index 616b993..4c60ad7 100644 --- a/libmaple/i2c.h +++ b/libmaple/i2c.h @@ -47,7 +47,7 @@ typedef struct i2c_reg_map { __io uint32 SR1; /**< Status register 1 */ __io uint32 SR2; /**< Status register 2 */ __io uint32 CCR; /**< Clock control register */ - __io uint32 TRISE; /**< TRISE register */ + __io uint32 TRISE; /**< TRISE (rise time) register */ } i2c_reg_map; /** I2C device states */ |