Functions | |
error_status_t | ll_timer_deinit (timer_regs_t *TIMERx) |
De-initialize TIMER registers (Registers restored to their default values). More... | |
error_status_t | ll_timer_init (timer_regs_t *TIMERx, ll_timer_init_t *p_timer_init) |
Initialize TIMER registers according to the specified parameters in TIMER_InitStruct. More... | |
void | ll_timer_struct_init (ll_timer_init_t *p_timer_init) |
Set each field of a ll_timer_init_t type structure to default value. More... | |
error_status_t ll_timer_deinit | ( | timer_regs_t * | TIMERx | ) |
De-initialize TIMER registers (Registers restored to their default values).
TIMERx | TIMER instance |
An | error_status_t enumeration value:
|
error_status_t ll_timer_init | ( | timer_regs_t * | TIMERx, |
ll_timer_init_t * | p_timer_init | ||
) |
Initialize TIMER registers according to the specified parameters in TIMER_InitStruct.
TIMERx | TIMER instance |
p_timer_init | Pointer to a ll_timer_init_t structure that contains the configuration information for the specified TIM peripheral. |
An | error_status_t enumeration value:
|
void ll_timer_struct_init | ( | ll_timer_init_t * | p_timer_init | ) |
Set each field of a ll_timer_init_t type structure to default value.
p_timer_init | Pointer to a ll_timer_init_t structure whose fields will be set to default values. |
None |