[][src]Trait drone_core::reg::marker::RwRwRegFieldBit

pub trait RwRwRegFieldBit<T: RegTag> where
    Self: WWRegFieldBit<T>,
    Self: RRRegFieldBit<T>,
    Self::Reg: RwReg<T>, 
{ }

Single-bit read-write field of read-write register.

Implementors

impl<R, T: RegTag> RwRwRegFieldBit<T> for R where
    R: WWRegFieldBit<T>,
    R: RRRegFieldBit<T>,
    R::Reg: RwReg<T>, 
[src]

Loading content...