From 6c2ed791b1f10a67624dd53848e6e0da6a464ceb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 15 Aug 2013 08:25:33 +0000 Subject: Small documentation error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6152 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/TIMv1/gpt_lld.h | 2 +- os/hal/platforms/STM32/TIMv1/icu_lld.h | 2 +- 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. */ -- cgit v1.2.3