Trait drone_nrf_map_periph_uarte::UarteIntenclrCts[][src]

pub trait UarteIntenclrCts<T: UarteMap>: UarteIntenclr<T> {
    type UUarteIntenclrCts: RegField<Urt, Reg = Self::UUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + URwRwRegFieldBit;
    type SUarteIntenclrCts: RegField<Srt, Reg = Self::SUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + SRwRwRegFieldBit;
    type CUarteIntenclrCts: RegField<Crt, Reg = Self::CUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + CRwRwRegFieldBit;
}

Associated Types

type UUarteIntenclrCts: RegField<Urt, Reg = Self::UUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + URwRwRegFieldBit[src]

type SUarteIntenclrCts: RegField<Srt, Reg = Self::SUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + SRwRwRegFieldBit[src]

type CUarteIntenclrCts: RegField<Crt, Reg = Self::CUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + CRwRwRegFieldBit[src]

Loading content...

Implementors

Loading content...