Trait drone_nrf_map_periph_uarte::UarteTxdAmount[][src]

pub trait UarteTxdAmount<T: UarteMap> {
    type UarteTxdAmountVal: Bitfield<Bits = u32>;
    type UUarteTxdAmount: UUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>;
    type SUarteTxdAmount: SUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>;
    type CUarteTxdAmount: CUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>;
}

Associated Types

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

type UUarteTxdAmount: UUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>[src]

type SUarteTxdAmount: SUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>[src]

type CUarteTxdAmount: CUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>[src]

Loading content...

Implementors

Loading content...