Trait drone_nrf_map_periph_uarte::UarteEnable[][src]

pub trait UarteEnable<T: UarteMap> {
    type UarteEnableVal: Bitfield<Bits = u32>;
    type UUarteEnable: UUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>;
    type SUarteEnable: SUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>;
    type CUarteEnable: CUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>;
}

Associated Types

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

type UUarteEnable: UUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>[src]

type SUarteEnable: SUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>[src]

type CUarteEnable: CUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>[src]

Loading content...

Implementors

Loading content...