Trait drone_nrf_map_periph_uarte::UarteIntenclrError[][src]

pub trait UarteIntenclrError<T: UarteMap>: UarteIntenclr<T> {
    type UUarteIntenclrError: RegField<Urt, Reg = Self::UUarteIntenclr, URegField = Self::UUarteIntenclrError, SRegField = Self::SUarteIntenclrError, CRegField = Self::CUarteIntenclrError> + URwRwRegFieldBit;
    type SUarteIntenclrError: RegField<Srt, Reg = Self::SUarteIntenclr, URegField = Self::UUarteIntenclrError, SRegField = Self::SUarteIntenclrError, CRegField = Self::CUarteIntenclrError> + SRwRwRegFieldBit;
    type CUarteIntenclrError: RegField<Crt, Reg = Self::CUarteIntenclr, URegField = Self::UUarteIntenclrError, SRegField = Self::SUarteIntenclrError, CRegField = Self::CUarteIntenclrError> + CRwRwRegFieldBit;
}

Associated Types

type UUarteIntenclrError: RegField<Urt, Reg = Self::UUarteIntenclr, URegField = Self::UUarteIntenclrError, SRegField = Self::SUarteIntenclrError, CRegField = Self::CUarteIntenclrError> + URwRwRegFieldBit[src]

type SUarteIntenclrError: RegField<Srt, Reg = Self::SUarteIntenclr, URegField = Self::UUarteIntenclrError, SRegField = Self::SUarteIntenclrError, CRegField = Self::CUarteIntenclrError> + SRwRwRegFieldBit[src]

type CUarteIntenclrError: RegField<Crt, Reg = Self::CUarteIntenclr, URegField = Self::UUarteIntenclrError, SRegField = Self::SUarteIntenclrError, CRegField = Self::CUarteIntenclrError> + CRwRwRegFieldBit[src]

Loading content...

Implementors

Loading content...