STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
TIMEx Master Mode Selection 2 (TRGO2)

Macros

#define TIM_TRGO2_RESET   ((uint32_t)0x00000000U)
 
#define TIM_TRGO2_ENABLE   ((uint32_t)(TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_UPDATE   ((uint32_t)(TIM_CR2_MMS2_1))
 
#define TIM_TRGO2_OC1   ((uint32_t)(TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_OC1REF   ((uint32_t)(TIM_CR2_MMS2_2))
 
#define TIM_TRGO2_OC2REF   ((uint32_t)(TIM_CR2_MMS2_2 | TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_OC3REF   ((uint32_t)(TIM_CR2_MMS2_2 | TIM_CR2_MMS2_1))
 
#define TIM_TRGO2_OC4REF   ((uint32_t)(TIM_CR2_MMS2_2 | TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_OC5REF   ((uint32_t)(TIM_CR2_MMS2_3))
 
#define TIM_TRGO2_OC6REF   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_OC4REF_RISINGFALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_1))
 
#define TIM_TRGO2_OC6REF_RISINGFALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_OC4REF_RISING_OC6REF_RISING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2))
 
#define TIM_TRGO2_OC4REF_RISING_OC6REF_FALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2 | TIM_CR2_MMS2_0))
 
#define TIM_TRGO2_OC5REF_RISING_OC6REF_RISING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2 |TIM_CR2_MMS2_1))
 
#define TIM_TRGO2_OC5REF_RISING_OC6REF_FALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2 | TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))
 

Detailed Description

Macro Definition Documentation

#define TIM_TRGO2_ENABLE   ((uint32_t)(TIM_CR2_MMS2_0))

Definition at line 243 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC1   ((uint32_t)(TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))

Definition at line 245 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC1REF   ((uint32_t)(TIM_CR2_MMS2_2))

Definition at line 246 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC2REF   ((uint32_t)(TIM_CR2_MMS2_2 | TIM_CR2_MMS2_0))

Definition at line 247 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC3REF   ((uint32_t)(TIM_CR2_MMS2_2 | TIM_CR2_MMS2_1))

Definition at line 248 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC4REF   ((uint32_t)(TIM_CR2_MMS2_2 | TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))

Definition at line 249 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC4REF_RISING_OC6REF_FALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2 | TIM_CR2_MMS2_0))

Definition at line 255 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC4REF_RISING_OC6REF_RISING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2))

Definition at line 254 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC4REF_RISINGFALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_1))

Definition at line 252 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC5REF   ((uint32_t)(TIM_CR2_MMS2_3))

Definition at line 250 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC5REF_RISING_OC6REF_FALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2 | TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))

Definition at line 257 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC5REF_RISING_OC6REF_RISING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_2 |TIM_CR2_MMS2_1))

Definition at line 256 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC6REF   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_0))

Definition at line 251 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_OC6REF_RISINGFALLING   ((uint32_t)(TIM_CR2_MMS2_3 | TIM_CR2_MMS2_1 | TIM_CR2_MMS2_0))

Definition at line 253 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_RESET   ((uint32_t)0x00000000U)

Definition at line 242 of file stm32f7xx_hal_tim_ex.h.

#define TIM_TRGO2_UPDATE   ((uint32_t)(TIM_CR2_MMS2_1))

Definition at line 244 of file stm32f7xx_hal_tim_ex.h.