STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
TIM Extended Private Macros
Collaboration diagram for TIM Extended Private Macros:

Macros

#define IS_TIM_REMAP(INSTANCE, TIM_REMAP)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_REMAP

#define IS_TIM_REMAP ( INSTANCE,
TIM_REMAP )

#include <stm32f4xx_hal_tim_ex.h>

Value:
((((INSTANCE) == TIM5) && (((TIM_REMAP) == TIM_TIM5_GPIO) || \
((TIM_REMAP) == TIM_TIM5_LSI) || \
((TIM_REMAP) == TIM_TIM5_LSE) || \
((TIM_REMAP) == TIM_TIM5_RTC))) || \
(((INSTANCE) == TIM11) && (((TIM_REMAP) == TIM_TIM11_GPIO) || \
((TIM_REMAP) == TIM_TIM11_HSE))))
#define TIM_TIM11_HSE
#define TIM_TIM5_LSI
#define TIM_TIM5_GPIO
#define TIM_TIM5_RTC
#define TIM_TIM5_LSE
#define TIM_TIM11_GPIO

Definition at line 183 of file stm32f4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_RemapConfig().