Searched refs:NVIC_PRIORITYGROUP_0 (Results 1 – 19 of 19) sorted by relevance
52 #define NVIC_PRIORITYGROUP_0 0x00000007U /*!< 0 bit for pre-emption priority, 3 bit… macro146 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PRIORITYGROUP_0) || \
93 #define NVIC_PRIORITYGROUP_0 (0x00000007U) /*!< 0 bits for pre-emption priority macro260 #define IS_NVIC_PRIORITY_GROUP(GROUP) (((GROUP) == NVIC_PRIORITYGROUP_0) || \
103 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_0); in HAL_MspInit()
29 NVIC_PRIORITYGROUP_0 = (0x7U), /*!< 0 bits pre-emption, 8 bits subpriority*/ enumerator
21 #define NVIC_PRIORITYGROUP_0 0x00000007U /*!< 0 bits for pre-emption priority macro
22 #define NVIC_PRIORITYGROUP_0 0x00000007U /*!< 0 bits for pre-emption priority macro
75 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_0); in HAL_MspInit()
23 #define NVIC_PRIORITYGROUP_0 0x00000007U /*!< 0 bits for pre-emption priority macro
95 HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_0); in HAL_MspInit()
37 NVIC.PriorityGroup=NVIC_PRIORITYGROUP_0
58 NVIC.PriorityGroup=NVIC_PRIORITYGROUP_0
28 #define NVIC_PRIORITYGROUP_0 0x00000007U /*!< 0 bits for pre-emption priority macro
79 NVIC.PriorityGroup=NVIC_PRIORITYGROUP_0
Completed in 51 milliseconds