Home
last modified time | relevance | path

Searched defs:TICK_INT_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_conf.h165 #define TICK_INT_PRIORITY ((uint32_t)(1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt p… macro
A Dstm32f0xx_hal_conf_template.h163 #define TICK_INT_PRIORITY ((uint32_t)(1U<<__NVIC_PRIO_BITS) - 1U) /*!< tick interrupt p… macro
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_conf.h153 #define TICK_INT_PRIORITY ((uint32_t)0x0F) /*!< tick interrupt priority */ macro
A Dstm32f7xx_hal_conf_template.h153 #define TICK_INT_PRIORITY ((uint32_t)0x0F) /*!< tick interrupt priority */ macro

Completed in 7 milliseconds