stm32h7/micro_hal.h: add RCC_APB1ENR_TIM4EN

This commit is contained in:
Beat Küng 2022-01-17 15:37:21 +01:00 committed by Daniel Agar
parent 9249d3ae3d
commit cd2bb14f9b

View File

@ -44,6 +44,7 @@ __BEGIN_DECLS
#define STM32_RCC_APB1RSTR STM32_RCC_APB1LRSTR
#define RCC_APB1ENR_TIM2EN RCC_APB1LENR_TIM2EN
#define RCC_APB1ENR_TIM3EN RCC_APB1LENR_TIM3EN
#define RCC_APB1ENR_TIM4EN RCC_APB1LENR_TIM4EN
#define RCC_APB1ENR_TIM5EN RCC_APB1LENR_TIM5EN
#define RCC_APB1ENR_TIM14EN RCC_APB1LENR_TIM14EN
#define RCC_APB1RSTR_TIM2RST RCC_APB1LRSTR_TIM2RST