STM32H735xx HAL User Manual
Defines
TIM Extended Private Macros
TIMEx

Defines

#define IS_TIM_BREAKINPUT(__BREAKINPUT__)
#define IS_TIM_BREAKINPUTSOURCE(__SOURCE__)
#define IS_TIM_BREAKINPUTSOURCE_STATE(__STATE__)
#define IS_TIM_BREAKINPUTSOURCE_POLARITY(__POLARITY__)
#define IS_TIM_TISEL(__TISEL__)
#define IS_TIM_REMAP(__RREMAP__)

Define Documentation

#define IS_TIM_BREAKINPUT (   __BREAKINPUT__)
Value:
(((__BREAKINPUT__) == TIM_BREAKINPUT_BRK)  || \
                                            ((__BREAKINPUT__) == TIM_BREAKINPUT_BRK2))

Definition at line 261 of file stm32h7xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput(), HAL_TIMEx_DisarmBreakInput(), and HAL_TIMEx_ReArmBreakInput().

#define IS_TIM_BREAKINPUTSOURCE (   __SOURCE__)
Value:
(((__SOURCE__) == TIM_BREAKINPUTSOURCE_BKIN)  || \
                                              ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
                                              ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP2) || \
                                              ((__SOURCE__) == TIM_BREAKINPUTSOURCE_DFSDM1))

Definition at line 264 of file stm32h7xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput().

#define IS_TIM_BREAKINPUTSOURCE_POLARITY (   __POLARITY__)
Value:
(((__POLARITY__) == TIM_BREAKINPUTSOURCE_POLARITY_LOW)  || \
                                                         ((__POLARITY__) == TIM_BREAKINPUTSOURCE_POLARITY_HIGH))

Definition at line 272 of file stm32h7xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput().

#define IS_TIM_BREAKINPUTSOURCE_STATE (   __STATE__)
Value:
(((__STATE__) == TIM_BREAKINPUTSOURCE_DISABLE)  || \
                                                   ((__STATE__) == TIM_BREAKINPUTSOURCE_ENABLE))

Definition at line 269 of file stm32h7xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput().

#define IS_TIM_REMAP (   __RREMAP__)

Definition at line 320 of file stm32h7xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_RemapConfig().

#define IS_TIM_TISEL (   __TISEL__)

Definition at line 275 of file stm32h7xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_TISelection().