Home
last modified time | relevance | path

Searched refs:ReloadValue (Results 1 – 2 of 2) sorted by relevance

/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_systick.c15 uint32_t ReloadValue; in Systick_Dealy_Ms() local
17 ReloadValue = MS * 9600; in Systick_Dealy_Ms()
20 *SYSTICK_RVR = ReloadValue; //Set the reload value in Systick_Dealy_Ms()
28 uint32_t SysTick_Config(uint32_t ReloadValue) in SysTick_Config() argument
30 ReloadValue -= 1; in SysTick_Config()
31 if (!IS_RELOAD_VALUE(ReloadValue)) in SysTick_Config()
36 *SYSTICK_RVR = ReloadValue; //Set the reload value in SysTick_Config()
A Dyc_systick.h31 uint32_t SysTick_Config(uint32_t ReloadValue);

Completed in 5 milliseconds