Searched defs:TICK_INT_PRIORITY (Results 1 – 4 of 4) sorted by relevance
165 #define TICK_INT_PRIORITY ((uint32_t)(1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt p… macro
163 #define TICK_INT_PRIORITY ((uint32_t)(1U<<__NVIC_PRIO_BITS) - 1U) /*!< tick interrupt p… macro
153 #define TICK_INT_PRIORITY ((uint32_t)0x0F) /*!< tick interrupt priority */ macro
Completed in 7 milliseconds