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

pub trait CRoRwRegFieldBit where
    Self: RoRwRegFieldBit<Crt>,
    Self: Copy,
    Self::Reg: CRwReg
{ }

Copyable single-bit read-only field of read-write register.

Implementors

impl<R> CRoRwRegFieldBit for R where
    R: RoRwRegFieldBit<Crt>,
    R: Copy,
    R::Reg: CRwReg
[src]

Loading content...