Trait drone_nrf_map_periph_uarte::UarteBaudrate[][src]

pub trait UarteBaudrate<T: UarteMap> {
    type UarteBaudrateVal: Bitfield<Bits = u32>;
    type UUarteBaudrate: UUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>;
    type SUarteBaudrate: SUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>;
    type CUarteBaudrate: CUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>;
}

Associated Types

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

type UUarteBaudrate: UUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>[src]

type SUarteBaudrate: SUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>[src]

type CUarteBaudrate: CUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>[src]

Loading content...

Implementors

Loading content...