STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
TIMEx Group Channel 5 and Channel 1, 2 or 3

Macros

#define TIM_GROUPCH5_NONE   ((uint32_t)0x00000000U) /* !< No effect of OC5REF on OC1REFC, OC2REFC and OC3REFC */
 
#define TIM_GROUPCH5_OC1REFC   (TIM_CCR5_GC5C1) /* !< OC1REFC is the logical AND of OC1REFC and OC5REF */
 
#define TIM_GROUPCH5_OC2REFC   (TIM_CCR5_GC5C2) /* !< OC2REFC is the logical AND of OC2REFC and OC5REF */
 
#define TIM_GROUPCH5_OC3REFC   (TIM_CCR5_GC5C3) /* !< OC3REFC is the logical AND of OC3REFC and OC5REF */
 

Detailed Description

Macro Definition Documentation

#define TIM_GROUPCH5_NONE   ((uint32_t)0x00000000U) /* !< No effect of OC5REF on OC1REFC, OC2REFC and OC3REFC */

Definition at line 231 of file stm32f7xx_hal_tim_ex.h.

#define TIM_GROUPCH5_OC1REFC   (TIM_CCR5_GC5C1) /* !< OC1REFC is the logical AND of OC1REFC and OC5REF */

Definition at line 232 of file stm32f7xx_hal_tim_ex.h.

#define TIM_GROUPCH5_OC2REFC   (TIM_CCR5_GC5C2) /* !< OC2REFC is the logical AND of OC2REFC and OC5REF */

Definition at line 233 of file stm32f7xx_hal_tim_ex.h.

#define TIM_GROUPCH5_OC3REFC   (TIM_CCR5_GC5C3) /* !< OC3REFC is the logical AND of OC3REFC and OC5REF */

Definition at line 234 of file stm32f7xx_hal_tim_ex.h.