diff options
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/gpt_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/icu_lld.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/pwm_lld.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32/TIMv1/gpt_lld.h b/os/hal/platforms/STM32/TIMv1/gpt_lld.h index daec6a8a1..56dc04f6b 100644 --- a/os/hal/platforms/STM32/TIMv1/gpt_lld.h +++ b/os/hal/platforms/STM32/TIMv1/gpt_lld.h @@ -387,7 +387,7 @@ typedef struct { gptcallback_t callback;
/* End of the mandatory fields.*/
/**
- * @brief TIM CR2 register initialization data.
+ * @brief TIM DIER register initialization data.
* @note The value of this field should normally be equal to zero.
* @note Only the DMA-related bits can be specified in this field.
*/
diff --git a/os/hal/platforms/STM32/TIMv1/icu_lld.h b/os/hal/platforms/STM32/TIMv1/icu_lld.h index ddf727715..6c2c1b93f 100644 --- a/os/hal/platforms/STM32/TIMv1/icu_lld.h +++ b/os/hal/platforms/STM32/TIMv1/icu_lld.h @@ -292,7 +292,7 @@ typedef struct { */
icuchannel_t channel;
/**
- * @brief TIM CR2 register initialization data.
+ * @brief TIM DIER register initialization data.
* @note The value of this field should normally be equal to zero.
* @note Only the DMA-related bits can be specified in this field.
*/
diff --git a/os/hal/platforms/STM32/TIMv1/pwm_lld.h b/os/hal/platforms/STM32/TIMv1/pwm_lld.h index 687cbf7be..5b7bfa84e 100644 --- a/os/hal/platforms/STM32/TIMv1/pwm_lld.h +++ b/os/hal/platforms/STM32/TIMv1/pwm_lld.h @@ -354,7 +354,7 @@ typedef struct { uint32_t bdtr;
#endif
/**
- * @brief TIM CR2 register initialization data.
+ * @brief TIM DIER register initialization data.
* @note The value of this field should normally be equal to zero.
* @note Only the DMA-related bits can be specified in this field.
*/
|