Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_cortex.h106 #define NVIC_PRIORITYGROUP_3 ((uint32_t)0x00000004) /*!< 3 bits for pre-emption priority, macro
308 ((GROUP) == NVIC_PRIORITYGROUP_3))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_cortex.h105 #define NVIC_PRIORITYGROUP_3 0x4U /*!< 3 bits for pre-emption priority, macro
308 ((GROUP) == NVIC_PRIORITYGROUP_3) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cortex.h105 #define NVIC_PRIORITYGROUP_3 0x4U /*!< 3 bits for pre-emption priority, macro
326 ((GROUP) == NVIC_PRIORITYGROUP_3) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal.c144 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_3); in HAL_Init()