InitStrcut default configuartion
+ Collaboration diagram for InitStrcut default configuartion:

Macros

#define DUAL_TIMER_DEFAULT_CONFIG
 LL DUAL_TIMER InitStrcut default configuartion. More...
 

Detailed Description

Macro Definition Documentation

◆ DUAL_TIMER_DEFAULT_CONFIG

#define DUAL_TIMER_DEFAULT_CONFIG
Value:
{ \
.counter_size = LL_DUAL_TIMER_COUNTERSIZE_32, \
.counter_mode = LL_DUAL_TIMER_PERIODIC_MODE, \
.auto_reload = SystemCoreClock - 1, \
}

LL DUAL_TIMER InitStrcut default configuartion.

Definition at line 144 of file gr55xx_ll_dual_tim.h.

LL_DUAL_TIMER_PRESCALER_DIV0
#define LL_DUAL_TIMER_PRESCALER_DIV0
0 stage of prescale, clock is divided by 1.
Definition: gr55xx_ll_dual_tim.h:125
LL_DUAL_TIMER_PERIODIC_MODE
#define LL_DUAL_TIMER_PERIODIC_MODE
Periodic mode.
Definition: gr55xx_ll_dual_tim.h:119
LL_DUAL_TIMER_COUNTERSIZE_32
#define LL_DUAL_TIMER_COUNTERSIZE_32
Counter size 32 bits.
Definition: gr55xx_ll_dual_tim.h:134