Trait drone_nrf_map_periph_uarte::UarteTxdPtr[][src]

pub trait UarteTxdPtr<T: UarteMap> {
    type UarteTxdPtrVal: Bitfield<Bits = u32>;
    type UUarteTxdPtr: UUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>;
    type SUarteTxdPtr: SUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>;
    type CUarteTxdPtr: CUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>;
}

Associated Types

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

type UUarteTxdPtr: UUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>[src]

type SUarteTxdPtr: SUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>[src]

type CUarteTxdPtr: CUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>[src]

Loading content...

Implementors

Loading content...