Searched refs:SYSTICK_CSR_ENABLE (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()41 (1 << SYSTICK_CSR_ENABLE) | in SysTick_Config()
372 #define SYSTICK_CSR_ENABLE 0 macro
Completed in 8 milliseconds