![]() |
CMSIS-Core (Cortex-A)
Version 1.2.1
CMSIS-Core support for Cortex-A processor-based devices
|
Bit position and mask macros. More...
Macros | |
| #define | DACR_D_Pos_(n) (2U*n) |
| DACR: Dn Position. More... | |
| #define | DACR_D_Msk_(n) (3UL << DACR_D_Pos_(n)) |
| DACR: Dn Mask. More... | |
| #define DACR_D_Msk_ | ( | n | ) | (3UL << DACR_D_Pos_(n)) |
Get the bit mask for domain n access permission.
Example:
| #define DACR_D_Pos_ | ( | n | ) | (2U*n) |
Get the bit position for domain n access permission.
Example: