Valid values for DACR Dn field. More...
Macros | |
#define | DACR_Dn_NOACCESS 0U |
DACR Dn field: No access. | |
#define | DACR_Dn_CLIENT 1U |
DACR Dn field: Client. | |
#define | DACR_Dn_MANAGER 3U |
DACR Dn field: Manager. | |
Valid values for DACR Dn field.
The Dn field can contain one of these values which indicates the domain n access permission.
#define DACR_Dn_CLIENT 1U |
DACR Dn field: Client.
Accesses are checked against the permission bits in the translation tables.
#define DACR_Dn_MANAGER 3U |
DACR Dn field: Manager.
Accesses are not checked against the permission bits in the translation tables.
#define DACR_Dn_NOACCESS 0U |
DACR Dn field: No access.
Any access to the domain generates a Domain fault.