Functions | |
| __STATIC_INLINE void | ll_dual_timer_enable_counter (dual_timer_regs_t *DUAL_TIMERx) |
| Enable dual_timer counter. More... | |
| __STATIC_INLINE void | ll_dual_timer_disable_counter (dual_timer_regs_t *DUAL_TIMERx) |
| Disable dual_timer counter. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_is_enabled_counter (dual_timer_regs_t *DUAL_TIMERx) |
| Indicate whether the dual_timer counter is enabled. More... | |
| __STATIC_INLINE void | ll_dual_timer_set_counter_mode (dual_timer_regs_t *DUAL_TIMERx, uint32_t counter_mode) |
| Set the counter mode. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_get_counter_mode (dual_timer_regs_t *DUAL_TIMERx) |
| Get the counter mode. More... | |
| __STATIC_INLINE void | ll_dual_timer_set_prescaler (dual_timer_regs_t *DUAL_TIMERx, uint32_t prescaler) |
| Set the prescaler. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_get_prescaler (dual_timer_regs_t *DUAL_TIMERx) |
| Get the prescaler. More... | |
| __STATIC_INLINE void | ll_dual_timer_set_counter_size (dual_timer_regs_t *DUAL_TIMERx, uint32_t counter_size) |
| Set the counter size. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_get_counter_size (dual_timer_regs_t *DUAL_TIMERx) |
| Get the counter size. More... | |
| __STATIC_INLINE void | ll_dual_timer_enable_oneshot (dual_timer_regs_t *DUAL_TIMERx) |
| Enable one-shot mode. More... | |
| __STATIC_INLINE void | ll_dual_timer_disable_oneshot (dual_timer_regs_t *DUAL_TIMERx) |
| Disable one-shot mode. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_is_enabled_oneshot (dual_timer_regs_t *DUAL_TIMERx) |
| Indicate whether the one-shot mode is enabled. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_get_counter (dual_timer_regs_t *DUAL_TIMERx) |
| Get the counter value. More... | |
| __STATIC_INLINE void | ll_dual_timer_set_auto_reload (dual_timer_regs_t *DUAL_TIMERx, uint32_t auto_reload) |
| Set the auto-reload value. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_get_auto_reload (dual_timer_regs_t *DUAL_TIMERx) |
| Get the auto-reload value. More... | |
| __STATIC_INLINE void | ll_dual_timer_set_background_reload (dual_timer_regs_t *DUAL_TIMERx, uint32_t background_reload) |
| Set the backgroud-reload value. More... | |
| __STATIC_INLINE uint32_t | ll_dual_timer_get_background_reload (dual_timer_regs_t *DUAL_TIMERx) |
| Get the backgroud-reload value. More... | |
| __STATIC_INLINE void ll_dual_timer_disable_counter | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Disable dual_timer counter.
| Register | BitsName |
|---|---|
| CTRL | EN |
| DUAL_TIMERx | Timer instance |
| None |
| __STATIC_INLINE void ll_dual_timer_disable_oneshot | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Disable one-shot mode.
| Register | BitsName |
|---|---|
| CTRL | ONESHOT |
| DUAL_TIMERx | Timer instance |
| None |
| __STATIC_INLINE void ll_dual_timer_enable_counter | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Enable dual_timer counter.
| Register | BitsName |
|---|---|
| CTRL | EN |
| DUAL_TIMERx | Timer instance |
| None |
| __STATIC_INLINE void ll_dual_timer_enable_oneshot | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Enable one-shot mode.
| Register | BitsName |
|---|---|
| CTRL | ONESHOT |
| DUAL_TIMERx | Timer instance |
| None |
| __STATIC_INLINE uint32_t ll_dual_timer_get_auto_reload | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Get the auto-reload value.
| Register | BitsName |
|---|---|
| RELOAD | RELOAD |
| DUAL_TIMERx | Timer instance |
| Auto-reload | value |
| __STATIC_INLINE uint32_t ll_dual_timer_get_background_reload | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Get the backgroud-reload value.
| Register | BitsName |
|---|---|
| BG_LOAD | BG_LOAD |
| DUAL_TIMERx | Timer instance |
| Return | value between Min_Data=0 and Max_Data=0xFFFFFFFF |
| __STATIC_INLINE uint32_t ll_dual_timer_get_counter | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Get the counter value.
| Register | BitsName |
|---|---|
| VALUE | VALUE |
| DUAL_TIMERx | Timer instance |
| Counter | value (between Min_Data=0 and Max_Data=0xFFFFFFFF) |
| __STATIC_INLINE uint32_t ll_dual_timer_get_counter_mode | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Get the counter mode.
| Register | BitsName |
|---|---|
| CTRL | MODE |
| DUAL_TIMERx | Timer instance |
| Return | value can be one of the following values: |
| __STATIC_INLINE uint32_t ll_dual_timer_get_counter_size | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Get the counter size.
| Register | BitsName |
|---|---|
| CTRL | SIZE |
| DUAL_TIMERx | Timer instance |
| Return | value can be one of the following values: |
| __STATIC_INLINE uint32_t ll_dual_timer_get_prescaler | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Get the prescaler.
| Register | BitsName |
|---|---|
| CTRL | PRE |
| DUAL_TIMERx | Timer instance |
| Return | value can be one of the following values: |
| __STATIC_INLINE uint32_t ll_dual_timer_is_enabled_counter | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Indicate whether the dual_timer counter is enabled.
| Register | BitsName |
|---|---|
| CTRL | EN |
| DUAL_TIMERx | Timer instance |
| State | of bit (1 or 0). |
| __STATIC_INLINE uint32_t ll_dual_timer_is_enabled_oneshot | ( | dual_timer_regs_t * | DUAL_TIMERx | ) |
Indicate whether the one-shot mode is enabled.
| Register | BitsName |
|---|---|
| CTRL | ONESHOT |
| DUAL_TIMERx | Timer instance |
| State | of bit (1 or 0). |
| __STATIC_INLINE void ll_dual_timer_set_auto_reload | ( | dual_timer_regs_t * | DUAL_TIMERx, |
| uint32_t | auto_reload | ||
| ) |
Set the auto-reload value.
| Register | BitsName |
|---|---|
| RELOAD | RELOAD |
| DUAL_TIMERx | Timer instance |
| auto_reload | between Min_Data=0 and Max_Data=0xFFFFFFFF |
| None |
| __STATIC_INLINE void ll_dual_timer_set_background_reload | ( | dual_timer_regs_t * | DUAL_TIMERx, |
| uint32_t | background_reload | ||
| ) |
Set the backgroud-reload value.
| Register | BitsName |
|---|---|
| BG_LOAD | BG_LOAD |
| DUAL_TIMERx | Timer instance |
| background_reload | between Min_Data=0 and Max_Data=0xFFFFFFFF |
| None |
| __STATIC_INLINE void ll_dual_timer_set_counter_mode | ( | dual_timer_regs_t * | DUAL_TIMERx, |
| uint32_t | counter_mode | ||
| ) |
Set the counter mode.
| Register | BitsName |
|---|---|
| CTRL | MODE |
| DUAL_TIMERx | Timer instance |
| counter_mode | This parameter can be one of the following values: |
| None |
| __STATIC_INLINE void ll_dual_timer_set_counter_size | ( | dual_timer_regs_t * | DUAL_TIMERx, |
| uint32_t | counter_size | ||
| ) |
Set the counter size.
| Register | BitsName |
|---|---|
| CTRL | SIZE |
| DUAL_TIMERx | Timer instance |
| counter_size | This parameter can be one of the following values: |
| None |
| __STATIC_INLINE void ll_dual_timer_set_prescaler | ( | dual_timer_regs_t * | DUAL_TIMERx, |
| uint32_t | prescaler | ||
| ) |
Set the prescaler.
| Register | BitsName |
|---|---|
| CTRL | PRE |
| DUAL_TIMERx | Timer instance |
| prescaler | This parameter can be one of the following values: |
| None |