Searched refs:SYSTICK_CSR (Results 1 – 2 of 2) sorted by relevance
19 *SYSTICK_CSR &= ~(((uint32_t)1) << SYSTICK_CSR_ENABLE); in Systick_Dealy_Ms()22 *SYSTICK_CSR |= ((SYSTICK_SYSCLOCK << SYSTICK_CSR_CLKSOURCE) | (1 << SYSTICK_CSR_ENABLE)); in Systick_Dealy_Ms()34 *SYSTICK_CSR &= ~(((uint32_t)1) << SYSTICK_CSR_ENABLE); in SysTick_Config()39 *SYSTICK_CSR |= in SysTick_Config()
363 #define SYSTICK_CSR ((volatile unsigned int *)0xE000E010) macro
Completed in 8 milliseconds