Searched refs:TICK_INT_PRIORITY (Results 1 – 17 of 17) sorted by relevance
134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */ macro
163 #define TICK_INT_PRIORITY (((uint32_t)1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt … macro
136 #define TICK_INT_PRIORITY (0x000FU) /*!< 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
155 #define TICK_INT_PRIORITY (((uint32_t)1U<<__NVIC_PRIO_BITS) - 1U) /*!< tick interrup… macro
166 HAL_InitTick(TICK_INT_PRIORITY); in HAL_Init()
477 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()900 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
196 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
182 HAL_InitTick(TICK_INT_PRIORITY); in HAL_Init()
508 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()976 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
192 #define TICK_INT_PRIORITY 0x0FU /*!< tick interrupt priority */ macro
191 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_Init()
310 if(HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_RCC_DeInit()489 status = HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()1221 status = HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()