Searched refs:ReloadValue (Results 1 – 2 of 2) sorted by relevance
15 uint32_t ReloadValue; in Systick_Dealy_Ms() local17 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() argument30 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()
31 uint32_t SysTick_Config(uint32_t ReloadValue);
Completed in 5 milliseconds