18#ifndef __SYS_TICK_INTERNAL_H__
19#define __SYS_TICK_INTERNAL_H__
unsigned int uint32_t
Definition lvgl.h:43
unsigned char uint8_t
Definition lvgl.h:40
Definition systick_internal.h:56
uint8_t mode
config ward
Definition systick_internal.h:57
uint32_t reload_value
Match value.
Definition systick_internal.h:58
void vsf_systick_int_enable(void)
enable !
Definition systick_internal.c:177
void vsf_systick_int_disable(void)
enable !
Definition systick_internal.c:188
uint32_t vsf_systick_get_count(void)
get count value !
Definition systick_internal.c:211
em_systick_cfg_mode_t
Definition systick_internal.h:36
@ DISABLE_SYSTICK_INTERRUPT
Enable the SysTick interrupt.
Definition systick_internal.h:43
@ DISABLE_SYSTICK
Enable the SysTick.
Definition systick_internal.h:38
@ SYSTICK_SOURCE_SYSCLK
Select the system clock as SysTick source.
Definition systick_internal.h:50
@ SYSTICK_SOURCE_REFERCLK
Select the reference clock as SysTick source.
Definition systick_internal.h:48
@ ENABLE_SYSTICK
Enable the SysTick.
Definition systick_internal.h:40
@ ENABLE_SYSTICK_INTERRUPT
Enable the SysTick interrupt.
Definition systick_internal.h:45
void vsf_systick_clear_count(void)
clear count value !
Definition systick_internal.c:230
bool vsf_systick_is_match(void)
enable !
Definition systick_internal.c:201
bool vsf_systick_set_reload(uint32_t value)
set reload value !
Definition systick_internal.c:220
bool vsf_systick_disable(void)
enable !
Definition systick_internal.c:160
void vsf_systick_enable(void)
enable !
Definition systick_internal.c:149
bool vsf_systick_init(systick_cfg_t *pCfg)
init SysTick Timer !
Definition systick_internal.c:129
vk_av_control_value_t value
Definition vsf_audio.h:171