STM32L486xx HAL User Manual
Defines
CORTEX Preemption Priority Group
CORTEX Exported Constants

Defines

#define NVIC_PRIORITYGROUP_0   ((uint32_t)0x00000007)
#define NVIC_PRIORITYGROUP_1   ((uint32_t)0x00000006)
#define NVIC_PRIORITYGROUP_2   ((uint32_t)0x00000005)
#define NVIC_PRIORITYGROUP_3   ((uint32_t)0x00000004)
#define NVIC_PRIORITYGROUP_4   ((uint32_t)0x00000003)

Define Documentation

#define NVIC_PRIORITYGROUP_0   ((uint32_t)0x00000007)

0 bit for pre-emption priority, 4 bits for subpriority

Definition at line 106 of file stm32l4xx_hal_cortex.h.

#define NVIC_PRIORITYGROUP_1   ((uint32_t)0x00000006)

1 bit for pre-emption priority, 3 bits for subpriority

Definition at line 108 of file stm32l4xx_hal_cortex.h.

#define NVIC_PRIORITYGROUP_2   ((uint32_t)0x00000005)

2 bits for pre-emption priority, 2 bits for subpriority

Definition at line 110 of file stm32l4xx_hal_cortex.h.

#define NVIC_PRIORITYGROUP_3   ((uint32_t)0x00000004)

3 bits for pre-emption priority, 1 bit for subpriority

Definition at line 112 of file stm32l4xx_hal_cortex.h.

#define NVIC_PRIORITYGROUP_4   ((uint32_t)0x00000003)

4 bits for pre-emption priority, 0 bit for subpriority

Definition at line 114 of file stm32l4xx_hal_cortex.h.

Referenced by HAL_Init().