STM32L486xx HAL User Manual
Defines
GROUPCH5
TIM Exported Constants

Defines

#define LL_TIM_GROUPCH5_NONE   0x00000000U
#define LL_TIM_GROUPCH5_OC1REFC   TIM_CCR5_GC5C1
#define LL_TIM_GROUPCH5_OC2REFC   TIM_CCR5_GC5C2
#define LL_TIM_GROUPCH5_OC3REFC   TIM_CCR5_GC5C3

Define Documentation

#define LL_TIM_GROUPCH5_NONE   0x00000000U

No effect of OC5REF on OC1REFC, OC2REFC and OC3REFC

Definition at line 763 of file stm32l4xx_ll_tim.h.

#define LL_TIM_GROUPCH5_OC1REFC   TIM_CCR5_GC5C1

OC1REFC is the logical AND of OC1REFC and OC5REF

Definition at line 764 of file stm32l4xx_ll_tim.h.

#define LL_TIM_GROUPCH5_OC2REFC   TIM_CCR5_GC5C2

OC2REFC is the logical AND of OC2REFC and OC5REF

Definition at line 765 of file stm32l4xx_ll_tim.h.

#define LL_TIM_GROUPCH5_OC3REFC   TIM_CCR5_GC5C3

OC3REFC is the logical AND of OC3REFC and OC5REF

Definition at line 766 of file stm32l4xx_ll_tim.h.