LL TIMER init Structure definition. More...
#include <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().
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel0 |
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel1 |
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel2 |
ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel3 |