Trait drone_nrf_map_periph_uarte::UarteRxdAmountAmount[][src]

pub trait UarteRxdAmountAmount<T: UarteMap>: UarteRxdAmount<T> {
    type UUarteRxdAmountAmount: RegField<Urt, Reg = Self::UUarteRxdAmount, URegField = Self::UUarteRxdAmountAmount, SRegField = Self::SUarteRxdAmountAmount, CRegField = Self::CUarteRxdAmountAmount> + URoRoRegFieldBits;
    type SUarteRxdAmountAmount: RegField<Srt, Reg = Self::SUarteRxdAmount, URegField = Self::UUarteRxdAmountAmount, SRegField = Self::SUarteRxdAmountAmount, CRegField = Self::CUarteRxdAmountAmount> + SRoRoRegFieldBits;
    type CUarteRxdAmountAmount: RegField<Crt, Reg = Self::CUarteRxdAmount, URegField = Self::UUarteRxdAmountAmount, SRegField = Self::SUarteRxdAmountAmount, CRegField = Self::CUarteRxdAmountAmount> + CRoRoRegFieldBits;
}

Associated Types

type UUarteRxdAmountAmount: RegField<Urt, Reg = Self::UUarteRxdAmount, URegField = Self::UUarteRxdAmountAmount, SRegField = Self::SUarteRxdAmountAmount, CRegField = Self::CUarteRxdAmountAmount> + URoRoRegFieldBits[src]

type SUarteRxdAmountAmount: RegField<Srt, Reg = Self::SUarteRxdAmount, URegField = Self::UUarteRxdAmountAmount, SRegField = Self::SUarteRxdAmountAmount, CRegField = Self::CUarteRxdAmountAmount> + SRoRoRegFieldBits[src]

type CUarteRxdAmountAmount: RegField<Crt, Reg = Self::CUarteRxdAmount, URegField = Self::UUarteRxdAmountAmount, SRegField = Self::SUarteRxdAmountAmount, CRegField = Self::CUarteRxdAmountAmount> + CRoRoRegFieldBits[src]

Loading content...

Implementors

Loading content...