STM32G474xx HAL 用户手册
定义
CORTEX MPU 区域使能
CORTEX 导出常量

定义

#define MPU_REGION_ENABLE   ((uint8_t)0x01)
#define MPU_REGION_DISABLE   ((uint8_t)0x00)

定义文档

#define MPU_REGION_DISABLE   ((uint8_t)0x00)

定义于文件 stm32g4xx_hal_cortex.h130 行。

#define MPU_REGION_ENABLE   ((uint8_t)0x01)

定义于文件 stm32g4xx_hal_cortex.h129 行。