Macros
Collaboration diagram for TIM Extended Private Macros:

Macros

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

Detailed Description

Macro Definition Documentation

◆ IS_TIM_BREAKINPUT [1/2]

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

Definition at line 263 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUT [2/2]

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

Definition at line 263 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUTSOURCE [1/2]

#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 266 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUTSOURCE [2/2]

#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 266 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUTSOURCE_POLARITY [1/2]

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

Definition at line 274 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUTSOURCE_POLARITY [2/2]

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

Definition at line 274 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUTSOURCE_STATE [1/2]

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

Definition at line 271 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_BREAKINPUTSOURCE_STATE [2/2]

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

Definition at line 271 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h.

◆ IS_TIM_REMAP [1/5]

#define IS_TIM_REMAP (   __RREMAP__)

◆ IS_TIM_REMAP [2/5]

#define IS_TIM_REMAP (   __RREMAP__)

◆ IS_TIM_REMAP [3/5]

#define IS_TIM_REMAP (   __TIM_REMAP__)
Value:
(((__TIM_REMAP__) == TIM_TIM2_TIM8_TRGO)||\
((__TIM_REMAP__) == TIM_TIM2_ETH_PTP) ||\
((__TIM_REMAP__) == TIM_TIM2_USBFS_SOF)||\
((__TIM_REMAP__) == TIM_TIM2_USBHS_SOF)||\
((__TIM_REMAP__) == TIM_TIM5_GPIO) ||\
((__TIM_REMAP__) == TIM_TIM5_LSI) ||\
((__TIM_REMAP__) == TIM_TIM5_LSE) ||\
((__TIM_REMAP__) == TIM_TIM5_RTC) ||\
((__TIM_REMAP__) == TIM_TIM11_GPIO) ||\
((__TIM_REMAP__) == TIM_TIM11_SPDIFRX) ||\
((__TIM_REMAP__) == TIM_TIM11_HSE) ||\
((__TIM_REMAP__) == TIM_TIM11_MCO1))

Definition at line 166 of file stm32f7xx_hal_tim_ex.h.

◆ IS_TIM_REMAP [4/5]

#define IS_TIM_REMAP (   INSTANCE,
  TIM_REMAP 
)
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))))

Definition at line 185 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h.

◆ IS_TIM_REMAP [5/5]

#define IS_TIM_REMAP (   INSTANCE,
  TIM_REMAP 
)
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))))

Definition at line 185 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h.

◆ IS_TIM_TISEL [1/2]

#define IS_TIM_TISEL (   __TISEL__)

◆ IS_TIM_TISEL [2/2]

#define IS_TIM_TISEL (   __TISEL__)
TIM11
#define TIM11
Definition: stm32f407xx.h:1102
TIM5
#define TIM5
Definition: stm32f407xx.h:1061
TIM_TIM11_HSE
#define TIM_TIM11_HSE
Definition: stm32f7xx_hal_tim_ex.h:103
TIM_TIM2_TIM8_TRGO
#define TIM_TIM2_TIM8_TRGO
Definition: stm32f7xx_hal_tim_ex.h:93
TIM_TIM2_USBHS_SOF
#define TIM_TIM2_USBHS_SOF
Definition: stm32f7xx_hal_tim_ex.h:96
TIM_TIM11_MCO1
#define TIM_TIM11_MCO1
Definition: stm32f7xx_hal_tim_ex.h:104
TIM_TIM5_LSE
#define TIM_TIM5_LSE
Definition: stm32f7xx_hal_tim_ex.h:99
TIM_TIM2_USBFS_SOF
#define TIM_TIM2_USBFS_SOF
Definition: stm32f7xx_hal_tim_ex.h:95
TIM_TIM11_SPDIFRX
#define TIM_TIM11_SPDIFRX
Definition: stm32f7xx_hal_tim_ex.h:102
TIM_TIM11_GPIO
#define TIM_TIM11_GPIO
Definition: stm32f7xx_hal_tim_ex.h:101
TIM_TIM2_ETH_PTP
#define TIM_TIM2_ETH_PTP
Definition: stm32f7xx_hal_tim_ex.h:94
TIM_TIM5_RTC
#define TIM_TIM5_RTC
Definition: stm32f7xx_hal_tim_ex.h:100
TIM_TIM5_LSI
#define TIM_TIM5_LSI
Definition: stm32f7xx_hal_tim_ex.h:98
TIM_TIM5_GPIO
#define TIM_TIM5_GPIO
Definition: stm32f7xx_hal_tim_ex.h:97


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07