Searched refs:SYSTICK_ENABLE (Results 1 – 1 of 1) sorted by relevance
24 #define SYSTICK_ENABLE (1 << 0) macro156 if ((oldval ^ value) & SYSTICK_ENABLE) { in systick_write()157 if (value & SYSTICK_ENABLE) { in systick_write()