diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-03 17:25:22 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-03 22:40:40 -0400 |
commit | 41c909dd2a9f6311d443550cb7c2ca3337fe3a20 (patch) | |
tree | 98de80f4e2c6d64a6bdddaec7a1e8abecfb5e73d /libmaple | |
parent | 12b626f0b5802b5cc8a4ea98e9cec2aa849ae2d7 (diff) | |
download | librambutan-41c909dd2a9f6311d443550cb7c2ca3337fe3a20.tar.gz librambutan-41c909dd2a9f6311d443550cb7c2ca3337fe3a20.zip |
<libmaple/bitband.h>: Doxygen
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/include/libmaple/bitband.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/include/libmaple/bitband.h b/libmaple/include/libmaple/bitband.h index 0980311..6e77991 100644 --- a/libmaple/include/libmaple/bitband.h +++ b/libmaple/include/libmaple/bitband.h @@ -51,7 +51,7 @@ static inline volatile uint32* __bb_addr(volatile void*, /** * @brief Obtain a pointer to the bit-band address corresponding to a - * bit in a volatile SRAM address. + * bit in a volatile SRAM address. * @param address Address in the bit-banded SRAM region * @param bit Bit in address to bit-band */ @@ -83,7 +83,7 @@ static inline void bb_sram_set_bit(volatile void *address, /** * @brief Obtain a pointer to the bit-band address corresponding to a - * bit in a peripheral address. + * bit in a peripheral address. * @param address Address in the bit-banded peripheral region * @param bit Bit in address to bit-band */ |