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 | 6b5c8417ef59ec562a2e43aa5368bca1f9f2b0fe (patch) | |
| tree | 98de80f4e2c6d64a6bdddaec7a1e8abecfb5e73d | |
| parent | 1c5a7ecb98946dd0d0a5911e5376c69c401c0f07 (diff) | |
<libmaple/bitband.h>: Doxygen
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
| -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 */ |
