Trait drone_riscv::reg::marker::CRwReg[][src]

pub trait CRwReg: RwReg<Crt> + for<'a> WRegAtomic<'a, Crt> + Copy { }

Copyable read-write register.

Implementors

impl<R> CRwReg for R where
    R: RwReg<Crt> + for<'a> WRegAtomic<'a, Crt> + Copy
[src]

Loading content...