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 | 24cf6f17e32eee9732d20a8790a6d2b76a988c44 (patch) | |
| tree | ce8bd803e016efaf79f0a9effd88e403c33e896f | |
| parent | f3599645eceead847dd736a87f06b3dbec14368f (diff) | |
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 */ |
