Trait drone_nrf_map_periph_uarte::UarteIntenset[][src]

pub trait UarteIntenset<T: UarteMap> {
    type UarteIntensetVal: Bitfield<Bits = u32>;
    type UUarteIntenset: UUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>;
    type SUarteIntenset: SUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>;
    type CUarteIntenset: CUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>;
}

Associated Types

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

type UUarteIntenset: UUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>[src]

type SUarteIntenset: SUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>[src]

type CUarteIntenset: CUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>[src]

Loading content...

Implementors

Loading content...