CORTEX MPU Instruction Access Cacheable

Macros

#define MPU_ACCESS_CACHEABLE   ((uint8_t)0x01U)
 
#define MPU_ACCESS_NOT_CACHEABLE   ((uint8_t)0x00U)
 

Detailed Description

Macro Definition Documentation

◆ MPU_ACCESS_CACHEABLE

#define MPU_ACCESS_CACHEABLE   ((uint8_t)0x01U)

MPU Instruction Access Cacheable

Definition at line 193 of file gr55xx_hal_cortex.h.

◆ MPU_ACCESS_NOT_CACHEABLE

#define MPU_ACCESS_NOT_CACHEABLE   ((uint8_t)0x00U)

MPU Instruction Access Not Cacheable

Definition at line 194 of file gr55xx_hal_cortex.h.