Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l1xx_hal_conf.h134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l1xx_hal_conf.h134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l1xx_hal_conf.h134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l1xx_hal_conf.h134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l0xx_hal_conf.h151 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l0xx_hal_conf.h153 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l0xx_hal_conf.h163 #define TICK_INT_PRIORITY (((uint32_t)1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt … macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l4xx_hal_conf.h196 #define TICK_INT_PRIORITY ((uint32_t)0U) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_conf_template.h136 #define TICK_INT_PRIORITY (0x000FU) /*!< tick interrupt priority */ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_conf_template.h155 #define TICK_INT_PRIORITY (((uint32_t)1U<<__NVIC_PRIO_BITS) - 1U) /*!< tick interrup… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_conf_template.h192 #define TICK_INT_PRIORITY 0x0FU /*!< tick interrupt priority */ macro