LL TIMER init Structure definition. More...
#include <gr533x_ll_tim.h>
LL TIMER init Structure definition.
Definition at line 135 of file gr533x_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 137 of file gr533x_ll_tim.h.
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel0 |
Capture channel0 config.
Definition at line 144 of file gr533x_ll_tim.h.
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel1 |
Capture channel1 config.
Definition at line 145 of file gr533x_ll_tim.h.
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel2 |
Capture channel2 config.
Definition at line 146 of file gr533x_ll_tim.h.
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel3 |
Capture channel3 config.
Definition at line 147 of file gr533x_ll_tim.h.