Skip to main content

BaseSysRegDeviceOps

Trait Alias BaseSysRegDeviceOps 

Source
trait BaseSysRegDeviceOps = BaseDeviceOps<SysRegAddrRange>;
Expand description

Trait alias for system register device operations.

This is a convenience alias for BaseDeviceOps with SysRegAddrRange as the address range type. System register devices are typically used on ARM architectures to emulate system registers accessed via MSR/MRS instructions.

ยงSupported Architectures

System register devices are primarily used on ARM/AArch64 architectures.