mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
stm32_common: add timer 12 (#24680)
This commit is contained in:
parent
975f743d87
commit
43f5a713db
@ -156,8 +156,17 @@
|
||||
# if CONFIG_STM32_TIM11
|
||||
# error must not set CONFIG_STM32_TIM11=y and HRT_TIMER=11
|
||||
# endif
|
||||
#elif HRT_TIMER == 12
|
||||
# define HRT_TIMER_BASE STM32_TIM12_BASE
|
||||
# define HRT_TIMER_POWER_REG STM32_RCC_APB1ENR
|
||||
# define HRT_TIMER_POWER_BIT RCC_APB1LENR_TIM12EN
|
||||
# define HRT_TIMER_VECTOR STM32_IRQ_TIM12
|
||||
# define HRT_TIMER_CLOCK STM32_APB1_TIM12_CLKIN
|
||||
# if CONFIG_STM32_TIM12
|
||||
# error must not set CONFIG_STM32_TIM12=y and HRT_TIMER=12
|
||||
# endif
|
||||
#else
|
||||
# error HRT_TIMER must be a value between 1 and 11
|
||||
# error HRT_TIMER must be a value between 1 and 12
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user