Searched defs:TICK_INT_PRIORITY (Results 1 – 11 of 11) sorted by relevance
134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */ macro
151 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
153 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
163 #define TICK_INT_PRIORITY (((uint32_t)1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt … macro
196 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
136 #define TICK_INT_PRIORITY (0x000FU) /*!< tick interrupt priority */ macro
155 #define TICK_INT_PRIORITY (((uint32_t)1U<<__NVIC_PRIO_BITS) - 1U) /*!< tick interrup… macro
192 #define TICK_INT_PRIORITY 0x0FU /*!< tick interrupt priority */ macro