Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_cortex.h107 #define NVIC_PRIORITYGROUP_4 0x3U /*!< 4 bits for pre-emption priority, macro
309 ((GROUP) == NVIC_PRIORITYGROUP_4))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cortex.h107 #define NVIC_PRIORITYGROUP_4 0x3U /*!< 4 bits for pre-emption priority, macro
327 ((GROUP) == NVIC_PRIORITYGROUP_4))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal.c150 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4); in HAL_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal.c142 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4); in HAL_Init()