STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define TIM_SLAVEMODE_DISABLE   ((uint32_t)0x0000U)
 
#define TIM_SLAVEMODE_RESET   ((uint32_t)(TIM_SMCR_SMS_2))
 
#define TIM_SLAVEMODE_GATED   ((uint32_t)(TIM_SMCR_SMS_2 | TIM_SMCR_SMS_0))
 
#define TIM_SLAVEMODE_TRIGGER   ((uint32_t)(TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1))
 
#define TIM_SLAVEMODE_EXTERNAL1   ((uint32_t)(TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1 | TIM_SMCR_SMS_0))
 
#define TIM_SLAVEMODE_COMBINED_RESETTRIGGER   ((uint32_t)(TIM_SMCR_SMS_3))
 

Detailed Description

Macro Definition Documentation

#define TIM_SLAVEMODE_COMBINED_RESETTRIGGER   ((uint32_t)(TIM_SMCR_SMS_3))

Definition at line 270 of file stm32f7xx_hal_tim_ex.h.

#define TIM_SLAVEMODE_DISABLE   ((uint32_t)0x0000U)

Definition at line 265 of file stm32f7xx_hal_tim_ex.h.

#define TIM_SLAVEMODE_EXTERNAL1   ((uint32_t)(TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1 | TIM_SMCR_SMS_0))

Definition at line 269 of file stm32f7xx_hal_tim_ex.h.

#define TIM_SLAVEMODE_GATED   ((uint32_t)(TIM_SMCR_SMS_2 | TIM_SMCR_SMS_0))

Definition at line 267 of file stm32f7xx_hal_tim_ex.h.

#define TIM_SLAVEMODE_RESET   ((uint32_t)(TIM_SMCR_SMS_2))

Definition at line 266 of file stm32f7xx_hal_tim_ex.h.

#define TIM_SLAVEMODE_TRIGGER   ((uint32_t)(TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1))

Definition at line 268 of file stm32f7xx_hal_tim_ex.h.