Trait drone_riscv::reg::prelude::WReg[][src]

pub trait WReg<T>: Reg<T> where
    T: RegTag
{ pub fn as_mut_ptr(&self) -> *mut <Self::Val as Bitfield>::Bits { ... } }

Writable register.

Provided methods

pub fn as_mut_ptr(&self) -> *mut <Self::Val as Bitfield>::Bits[src]

Returns a mutable raw pointer to the register memory.

See also as_ptr.

Loading content...

Implementors

Loading content...