LL TIMER init Structure definition. More...
#include <gr55xx_ll_tim.h>
Public Attributes | |
uint32_t | auto_reload |
LL TIMER init Structure definition.
Definition at line 76 of file gr55xx_ll_tim.h.
uint32_t _ll_timer_init_t::auto_reload |
Specifies the auto reload value to be loaded into the active Auto-Reload Register at the next update event. This parameter must be a number between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF. Some timer instances may support 32 bits counters. In that case this parameter must be a number between 0x0000 and 0xFFFFFFFF.
This feature can be modified afterwards using unitary function ll_timer_set_auto_reload().
Definition at line 78 of file gr55xx_ll_tim.h.