Searched refs:NVIC_PRIORITYGROUP_3 (Results 1 – 18 of 18) sorted by relevance
55 #define NVIC_PRIORITYGROUP_3 0x00000004U /*!< 3 bits for pre-emption priority, 0 bit… macro149 ((GROUP) == NVIC_PRIORITYGROUP_3))
99 #define NVIC_PRIORITYGROUP_3 (0x00000004U) /*!< 3 bits for pre-emption priority macro263 ((GROUP) == NVIC_PRIORITYGROUP_3) || \
32 NVIC_PRIORITYGROUP_3 = (0x4U), /*!< 3 bits pre-emption, 5 bits subpriority*/ enumerator
27 #define NVIC_PRIORITYGROUP_3 0x00000004U /*!< 3 bits for pre-emption priority macro
28 #define NVIC_PRIORITYGROUP_3 0x00000004U /*!< 3 bits for pre-emption priority macro
175 LL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_3); in LL_Init()
30 NVIC.PriorityGroup=NVIC_PRIORITYGROUP_3
74 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_3); in HAL_MspInit()
29 #define NVIC_PRIORITYGROUP_3 0x00000004U /*!< 3 bits for pre-emption priority macro
34 #define NVIC_PRIORITYGROUP_3 0x00000004U /*!< 3 bits for pre-emption priority macro
89 NVIC.PriorityGroup=NVIC_PRIORITYGROUP_3
Completed in 54 milliseconds