SysRegWrite64

Trait SysRegWrite64 

Source
pub trait SysRegWrite64: SysReg64 {
    // Provided method
    unsafe fn write_raw(_value: u64) { ... }
}
Expand description

Writable 64-bit System Registers

Provided Methods§

Source

unsafe fn write_raw(_value: u64)

Write a value to this 64-bit register

§Safety

You need to read the Architecture Reference Manual to verify that you are writing valid data here.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§