|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | MPU_REGION_SIZE_32B ((uint8_t)0x04) |
| #define | MPU_REGION_SIZE_64B ((uint8_t)0x05) |
| #define | MPU_REGION_SIZE_128B ((uint8_t)0x06) |
| #define | MPU_REGION_SIZE_256B ((uint8_t)0x07) |
| #define | MPU_REGION_SIZE_512B ((uint8_t)0x08) |
| #define | MPU_REGION_SIZE_1KB ((uint8_t)0x09) |
| #define | MPU_REGION_SIZE_2KB ((uint8_t)0x0A) |
| #define | MPU_REGION_SIZE_4KB ((uint8_t)0x0B) |
| #define | MPU_REGION_SIZE_8KB ((uint8_t)0x0C) |
| #define | MPU_REGION_SIZE_16KB ((uint8_t)0x0D) |
| #define | MPU_REGION_SIZE_32KB ((uint8_t)0x0E) |
| #define | MPU_REGION_SIZE_64KB ((uint8_t)0x0F) |
| #define | MPU_REGION_SIZE_128KB ((uint8_t)0x10) |
| #define | MPU_REGION_SIZE_256KB ((uint8_t)0x11) |
| #define | MPU_REGION_SIZE_512KB ((uint8_t)0x12) |
| #define | MPU_REGION_SIZE_1MB ((uint8_t)0x13) |
| #define | MPU_REGION_SIZE_2MB ((uint8_t)0x14) |
| #define | MPU_REGION_SIZE_4MB ((uint8_t)0x15) |
| #define | MPU_REGION_SIZE_8MB ((uint8_t)0x16) |
| #define | MPU_REGION_SIZE_16MB ((uint8_t)0x17) |
| #define | MPU_REGION_SIZE_32MB ((uint8_t)0x18) |
| #define | MPU_REGION_SIZE_64MB ((uint8_t)0x19) |
| #define | MPU_REGION_SIZE_128MB ((uint8_t)0x1A) |
| #define | MPU_REGION_SIZE_256MB ((uint8_t)0x1B) |
| #define | MPU_REGION_SIZE_512MB ((uint8_t)0x1C) |
| #define | MPU_REGION_SIZE_1GB ((uint8_t)0x1D) |
| #define | MPU_REGION_SIZE_2GB ((uint8_t)0x1E) |
| #define | MPU_REGION_SIZE_4GB ((uint8_t)0x1F) |
| #define MPU_REGION_SIZE_128B ((uint8_t)0x06) |
定义于文件 stm32g4xx_hal_cortex.h 的 187 行。
| #define MPU_REGION_SIZE_128KB ((uint8_t)0x10) |
定义于文件 stm32g4xx_hal_cortex.h 的 197 行。
| #define MPU_REGION_SIZE_128MB ((uint8_t)0x1A) |
定义于文件 stm32g4xx_hal_cortex.h 的 207 行。
| #define MPU_REGION_SIZE_16KB ((uint8_t)0x0D) |
定义于文件 stm32g4xx_hal_cortex.h 的 194 行。
| #define MPU_REGION_SIZE_16MB ((uint8_t)0x17) |
定义于文件 stm32g4xx_hal_cortex.h 的 204 行。
| #define MPU_REGION_SIZE_1GB ((uint8_t)0x1D) |
定义于文件 stm32g4xx_hal_cortex.h 的 210 行。
| #define MPU_REGION_SIZE_1KB ((uint8_t)0x09) |
定义于文件 stm32g4xx_hal_cortex.h 的 190 行。
| #define MPU_REGION_SIZE_1MB ((uint8_t)0x13) |
定义于文件 stm32g4xx_hal_cortex.h 的 200 行。
| #define MPU_REGION_SIZE_256B ((uint8_t)0x07) |
定义于文件 stm32g4xx_hal_cortex.h 的 188 行。
| #define MPU_REGION_SIZE_256KB ((uint8_t)0x11) |
定义于文件 stm32g4xx_hal_cortex.h 的 198 行。
| #define MPU_REGION_SIZE_256MB ((uint8_t)0x1B) |
定义于文件 stm32g4xx_hal_cortex.h 的 208 行。
| #define MPU_REGION_SIZE_2GB ((uint8_t)0x1E) |
定义于文件 stm32g4xx_hal_cortex.h 的 211 行。
| #define MPU_REGION_SIZE_2KB ((uint8_t)0x0A) |
定义于文件 stm32g4xx_hal_cortex.h 的 191 行。
| #define MPU_REGION_SIZE_2MB ((uint8_t)0x14) |
定义于文件 stm32g4xx_hal_cortex.h 的 201 行。
| #define MPU_REGION_SIZE_32B ((uint8_t)0x04) |
定义于文件 stm32g4xx_hal_cortex.h 的 185 行。