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

pub trait SRwReg: RwReg<Srt> + for<'a> WRegAtomic<'a, Srt> { }

Synchronized read-write register.

Implementors

impl<R> SRwReg for R where
    R: RwReg<Srt> + for<'a> WRegAtomic<'a, Srt>, 
[src]

Loading content...