Trait drone_nrf_map_periph_uarte::UarteIntenclr[][src]

pub trait UarteIntenclr<T: UarteMap> {
    type UarteIntenclrVal: Bitfield<Bits = u32>;
    type UUarteIntenclr: UUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>;
    type SUarteIntenclr: SUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>;
    type CUarteIntenclr: CUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>;
}

Associated Types

type UarteIntenclrVal: Bitfield<Bits = u32>[src]

type UUarteIntenclr: UUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>[src]

type SUarteIntenclr: SUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>[src]

type CUarteIntenclr: CUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>[src]

Loading content...

Implementors

Loading content...