|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | NVIC_ PRIORITYGROUP_0 0x00U |
| #define | NVIC_P PRIORITYGROUP_1 0x0006U |
| #define | NVIC_P PRIORITYGROUP_2 0x0005U |
| #define | NVIC_PRIORITYGROUP_3 0x0004U |
| #define | NVIC_P PRIORITYGROUP_4 0x0003U |
| #define NVIC_PRIORITYGROUP_0 0x00U |
抢占优先级0位,子优先级4位
定义位于文件stm32g4xx_hal_cortex.h的第90行。
| #define NVIC_PRIORITYGROUP_1 0x00U |
抢占优先级1位,子优先级3位
定义位于文件stm32g4xx_hal_cortex.h的第92行。
| #define NVIC_PRIORITYGROUP_2 0x00U |
抢占优先级2位,子优先级2位
定义位于文件stm32g4xx_hal_cortex.h的第94行。
| #define NVIC_PRIORITYGROUP_3 0x00U |
抢占优先级3位,子优先级1位
定义位于文件stm32g4xx_hal_cortex.h的第96行。
| #define NVIC_PRIORITYGROUP_4 0x00U |
1.7.6.1