Trait drone_nrf_map_periph_uarte::UarteConfig[][src]

pub trait UarteConfig<T: UarteMap> {
    type UarteConfigVal: Bitfield<Bits = u32>;
    type UUarteConfig: UUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>;
    type SUarteConfig: SUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>;
    type CUarteConfig: CUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>;
}

Associated Types

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

type UUarteConfig: UUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>[src]

type SUarteConfig: SUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>[src]

type CUarteConfig: CUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>[src]

Loading content...

Implementors

Loading content...