Home
last modified time | relevance | path

Searched refs:TICK_INT_PRIORITY (Results 1 – 17 of 17) 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/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/NAMote72/cmsis/
Dstm32l1xx_hal_conf.h134 #define TICK_INT_PRIORITY ((uint32_t)0) /*!< 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/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/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/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/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal.c166 HAL_InitTick(TICK_INT_PRIORITY); in HAL_Init()
Dstm32l1xx_hal_rcc.c477 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()
900 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
/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/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal.c182 HAL_InitTick(TICK_INT_PRIORITY); in HAL_Init()
Dstm32l0xx_hal_rcc.c508 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_OscConfig()
976 HAL_InitTick (TICK_INT_PRIORITY); in HAL_RCC_ClockConfig()
/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
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c191 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_Init()
Dstm32l4xx_hal_rcc.c310 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()