Searched refs:SYSTICK_ENABLE (Results 1 – 1 of 1) sorted by relevance
48 #define SYSTICK_ENABLE (1 << 0) macro81 s->systick.control &= ~SYSTICK_ENABLE; in systick_timer_tick()137 if ((s->systick.control & SYSTICK_ENABLE) == 0) in nvic_readl()275 if ((oldval ^ value) & SYSTICK_ENABLE) { in nvic_writel()277 if (value & SYSTICK_ENABLE) { in nvic_writel()