STM32L443xx HAL User Manual
|
Defines | |
#define | IS_TIM_REMAP(__REMAP__) (((__REMAP__) <= (uint32_t)0x0001C01F)) |
#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_BREAKINPUT | ( | __BREAKINPUT__ | ) |
(((__BREAKINPUT__) == TIM_BREAKINPUT_BRK) || \ ((__BREAKINPUT__) == TIM_BREAKINPUT_BRK2))
Definition at line 252 of file stm32l4xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().
#define IS_TIM_BREAKINPUTSOURCE | ( | __SOURCE__ | ) |
(((__SOURCE__) == TIM_BREAKINPUTSOURCE_BKIN) || \ ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \ ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP2))
Definition at line 261 of file stm32l4xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().
#define IS_TIM_BREAKINPUTSOURCE_POLARITY | ( | __POLARITY__ | ) |
(((__POLARITY__) == TIM_BREAKINPUTSOURCE_POLARITY_LOW) || \ ((__POLARITY__) == TIM_BREAKINPUTSOURCE_POLARITY_HIGH))
Definition at line 269 of file stm32l4xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().
#define IS_TIM_BREAKINPUTSOURCE_STATE | ( | __STATE__ | ) |
(((__STATE__) == TIM_BREAKINPUTSOURCE_DISABLE) || \ ((__STATE__) == TIM_BREAKINPUTSOURCE_ENABLE))
Definition at line 266 of file stm32l4xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().
#define IS_TIM_REMAP | ( | __REMAP__ | ) | (((__REMAP__) <= (uint32_t)0x0001C01F)) |
Definition at line 250 of file stm32l4xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_RemapConfig().