Trait drone_nrf_map_periph_uarte::UarteRxdPtr[][src]

pub trait UarteRxdPtr<T: UarteMap> {
    type UarteRxdPtrVal: Bitfield<Bits = u32>;
    type UUarteRxdPtr: UUarteRxdPtr<T, Val = Self::UarteRxdPtrVal, UReg = Self::UUarteRxdPtr, SReg = Self::SUarteRxdPtr, CReg = Self::CUarteRxdPtr>;
    type SUarteRxdPtr: SUarteRxdPtr<T, Val = Self::UarteRxdPtrVal, UReg = Self::UUarteRxdPtr, SReg = Self::SUarteRxdPtr, CReg = Self::CUarteRxdPtr>;
    type CUarteRxdPtr: CUarteRxdPtr<T, Val = Self::UarteRxdPtrVal, UReg = Self::UUarteRxdPtr, SReg = Self::SUarteRxdPtr, CReg = Self::CUarteRxdPtr>;
}

Associated Types

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

type UUarteRxdPtr: UUarteRxdPtr<T, Val = Self::UarteRxdPtrVal, UReg = Self::UUarteRxdPtr, SReg = Self::SUarteRxdPtr, CReg = Self::CUarteRxdPtr>[src]

type SUarteRxdPtr: SUarteRxdPtr<T, Val = Self::UarteRxdPtrVal, UReg = Self::UUarteRxdPtr, SReg = Self::SUarteRxdPtr, CReg = Self::CUarteRxdPtr>[src]

type CUarteRxdPtr: CUarteRxdPtr<T, Val = Self::UarteRxdPtrVal, UReg = Self::UUarteRxdPtr, SReg = Self::SUarteRxdPtr, CReg = Self::CUarteRxdPtr>[src]

Loading content...

Implementors

Loading content...