_ll_timer_init_t Struct Reference

LL TIMER init Structure definition. More...

#include <ll_tim.h>

Public Attributes

uint32_t auto_reload
 
ll_timer_capture_channel_init_t ll_capture_channel0
 
ll_timer_capture_channel_init_t ll_capture_channel1
 
ll_timer_capture_channel_init_t ll_capture_channel2
 
ll_timer_capture_channel_init_t ll_capture_channel3
 

Detailed Description

LL TIMER init Structure definition.

Definition at line 135 of file ll_tim.h.

Member Data Documentation

◆ auto_reload

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 ll_tim.h.

◆ ll_capture_channel0

ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel0

Capture channel0 config.

Definition at line 144 of file ll_tim.h.

◆ ll_capture_channel1

ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel1

Capture channel1 config.

Definition at line 145 of file ll_tim.h.

◆ ll_capture_channel2

ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel2

Capture channel2 config.

Definition at line 146 of file ll_tim.h.

◆ ll_capture_channel3

ll_timer_capture_channel_init_t _ll_timer_init_t::ll_capture_channel3

Capture channel3 config.

Definition at line 147 of file ll_tim.h.


The documentation for this struct was generated from the following file: