@@ -56,7 +56,7 @@ extern "C"
5656 *
5757 * @param[in] ptr Pointer to target register
5858 * @param[in] bit Location of the LSB of the bitfield within the register
59- * @param[in] width Width of the the bitfield, in bits
59+ * @param[in] width Width of the bitfield, in bits
6060 *
6161 * @return bitfield address as an uintptr_t
6262 */
@@ -76,7 +76,7 @@ static inline volatile void *bme_bf_addr(volatile void *ptr, uintptr_t bit, uint
7676 *
7777 * @param[in] ptr Pointer to target register
7878 * @param[in] bit Location of the LSB of the bitfield within the register
79- * @param[in] width Width of the the bitfield, in bits
79+ * @param[in] width Width of the bitfield, in bits
8080 *
8181 * @return bitfield extracted as a (modifiable) lvalue
8282 */
@@ -96,7 +96,7 @@ static inline volatile uint32_t *bme_bitfield32(volatile uint32_t *ptr, uint8_t
9696 *
9797 * @param[in] ptr Pointer to target register
9898 * @param[in] bit Location of the LSB of the bitfield within the register
99- * @param[in] width Width of the the bitfield, in bits
99+ * @param[in] width Width of the bitfield, in bits
100100 *
101101 * @return bitfield extracted as a (modifiable) lvalue
102102 */
@@ -116,7 +116,7 @@ static inline volatile uint16_t *bme_bitfield16(volatile uint16_t *ptr, uint8_t
116116 *
117117 * @param[in] ptr Pointer to target register
118118 * @param[in] bit Location of the LSB of the bitfield within the register
119- * @param[in] width Width of the the bitfield, in bits
119+ * @param[in] width Width of the bitfield, in bits
120120 *
121121 * @return bitfield extracted as a (modifiable) lvalue
122122 */
0 commit comments