Skip to content

Commit 3a72235

Browse files
committed
NUCLEO_L4R5ZI: add missing timer freeze macro
1 parent 236396b commit 3a72235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R5xI/device/us_ticker_data.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ extern "C" {
2727
#define TIM_MST TIM5
2828
#define TIM_MST_IRQ TIM5_IRQn
2929
#define TIM_MST_RCC __HAL_RCC_TIM5_CLK_ENABLE()
30+
#define TIM_MST_DBGMCU_FREEZE __HAL_DBGMCU_FREEZE_TIM5()
3031

3132
#define TIM_MST_RESET_ON __HAL_RCC_TIM5_FORCE_RESET()
3233
#define TIM_MST_RESET_OFF __HAL_RCC_TIM5_RELEASE_RESET()

0 commit comments

Comments
 (0)