CMSIS-Core (Cortex-A)
Version 1.2.1
CMSIS-Core support for Cortex-A processor-based devices
|
Valid values for DACR Dn field. More...
Macros | |
#define | DACR_Dn_NOACCESS 0U |
DACR Dn field: No access. More... | |
#define | DACR_Dn_CLIENT 1U |
DACR Dn field: Client. More... | |
#define | DACR_Dn_MANAGER 3U |
DACR Dn field: Manager. More... | |
The Dn field can contain one of these values which indicates the domain n access permission.
#define DACR_Dn_CLIENT 1U |
Accesses are checked against the permission bits in the translation tables.
#define DACR_Dn_MANAGER 3U |
Accesses are not checked against the permission bits in the translation tables.
#define DACR_Dn_NOACCESS 0U |
Any access to the domain generates a Domain fault.