[][src]Module ruspiro_register::system::aarch32::dacr

This is supported on ARM only.

DACR Register

Domain Access Control Register

Modules

D0ARM
D1ARM
D2ARM
D3ARM
D4ARM
D5ARM
D6ARM
D7ARM
D8ARM
D9ARM
D10ARM
D11ARM
D12ARM
D13ARM
D14ARM
D15ARM

Functions

getARM
readARM

Read the contents of a specific RegisterField. The returned value is already shifted to the right to start at bit 0. This means for a field value stored in the register at bit offset 3, the returned value is already shifted by 3 bits to the right. For example: If register raw value is 0b10110, the returned value for a register field specified as bits[4:3] would be 0b01. No further "masking" or "bit-shift" required

setARM
writeARM

Update the contents of a register from the RegisterFieldValue given. This will only change the bits the RegisterField definition specifies.