Bit position and mask macros. More...
Macros | |
| #define | DACR_D_Pos_(n) (2U*n) | 
| DACR: Dn Position.   | |
| #define | DACR_D_Msk_(n) (3UL << DACR_D_Pos_(n)) | 
| DACR: Dn Mask.   | |
Bit position and mask macros.
| #define DACR_D_Msk_ | ( | n | ) | (3UL << DACR_D_Pos_(n)) | 
DACR: Dn Mask.
Get the bit mask for domain n access permission.
Example:
| #define DACR_D_Pos_ | ( | n | ) | (2U*n) | 
DACR: Dn Position.
Get the bit position for domain n access permission.
Example: