aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/TIMv1/icu_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32/TIMv1/icu_lld.h')
-rw-r--r--os/hal/platforms/STM32/TIMv1/icu_lld.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/TIMv1/icu_lld.h b/os/hal/platforms/STM32/TIMv1/icu_lld.h
index ad6ddffe5..ddf727715 100644
--- a/os/hal/platforms/STM32/TIMv1/icu_lld.h
+++ b/os/hal/platforms/STM32/TIMv1/icu_lld.h
@@ -291,6 +291,12 @@ typedef struct {
* @note Only inputs TIMx 1 and 2 are supported.
*/
icuchannel_t channel;
+ /**
+ * @brief TIM CR2 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.
+ */
+ uint32_t dier;
} ICUConfig;
/**