Home
last modified time | relevance | path

Searched refs:NVIC_PRIORITYGROUP_4 (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h117 #define NVIC_PRIORITYGROUP_4 (0x00000003U) /*!< 4 bits for pre-emption priority macro
280 ((GROUP) == NVIC_PRIORITYGROUP_4))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h114 #define NVIC_PRIORITYGROUP_4 ((uint32_t)0x00000003) /*!< 4 bits for pre-emption priority, macro
333 ((GROUP) == NVIC_PRIORITYGROUP_4))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal.c163 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4); in HAL_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c188 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4); in HAL_Init()