|
STM32G474xx HAL User Manual
|
定义 | |
| #define | LL_MPU_INSTRUCTION_ACCESS_ENABLE 0x00U |
| #define | LL_MPU_INSTRUCTION_ACCESS_DISABLE MPU_RASR_XN_Msk |
| #define LL_MPU_INSTRUCTION_ACCESS_DISABLE MPU_RASR_XN_Msk |
禁止指令获取
Definition at line 176 of file stm32g4xx_ll_cortex.h.
| #define LL_MPU_INSTRUCTION_ACCESS_ENABLE 0x00U |
允许指令获取
Definition at line 175 of file stm32g4xx_ll_cortex.h.
1.7.6.1