We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236396b commit 3a72235Copy full SHA for 3a72235
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R5xI/device/us_ticker_data.h
@@ -27,6 +27,7 @@ extern "C" {
27
#define TIM_MST TIM5
28
#define TIM_MST_IRQ TIM5_IRQn
29
#define TIM_MST_RCC __HAL_RCC_TIM5_CLK_ENABLE()
30
+#define TIM_MST_DBGMCU_FREEZE __HAL_DBGMCU_FREEZE_TIM5()
31
32
#define TIM_MST_RESET_ON __HAL_RCC_TIM5_FORCE_RESET()
33
#define TIM_MST_RESET_OFF __HAL_RCC_TIM5_RELEASE_RESET()
0 commit comments