[][src]Trait drone_core::reg::WReg

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

Writable register.

Provided methods

fn to_mut_ptr(&self) -> *mut <Self::Val as Bitfield>::Bits

Returns a mutable raw pointer to the register memory.

See also to_ptr.

Loading content...

Implementors

Loading content...