Trait drone_nrf_map_periph_uarte::UarteShorts[][src]

pub trait UarteShorts<T: UarteMap> {
    type UarteShortsVal: Bitfield<Bits = u32>;
    type UUarteShorts: UUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>;
    type SUarteShorts: SUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>;
    type CUarteShorts: CUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>;
}

Associated Types

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

type UUarteShorts: UUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>[src]

type SUarteShorts: SUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>[src]

type CUarteShorts: CUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>[src]

Loading content...

Implementors

Loading content...