Trait drone_nrf_map_periph_uarte::UarteTxdAmountAmount[][src]

pub trait UarteTxdAmountAmount<T: UarteMap>: UarteTxdAmount<T> {
    type UUarteTxdAmountAmount: RegField<Urt, Reg = Self::UUarteTxdAmount, URegField = Self::UUarteTxdAmountAmount, SRegField = Self::SUarteTxdAmountAmount, CRegField = Self::CUarteTxdAmountAmount> + URoRoRegFieldBits;
    type SUarteTxdAmountAmount: RegField<Srt, Reg = Self::SUarteTxdAmount, URegField = Self::UUarteTxdAmountAmount, SRegField = Self::SUarteTxdAmountAmount, CRegField = Self::CUarteTxdAmountAmount> + SRoRoRegFieldBits;
    type CUarteTxdAmountAmount: RegField<Crt, Reg = Self::CUarteTxdAmount, URegField = Self::UUarteTxdAmountAmount, SRegField = Self::SUarteTxdAmountAmount, CRegField = Self::CUarteTxdAmountAmount> + CRoRoRegFieldBits;
}

Associated Types

type UUarteTxdAmountAmount: RegField<Urt, Reg = Self::UUarteTxdAmount, URegField = Self::UUarteTxdAmountAmount, SRegField = Self::SUarteTxdAmountAmount, CRegField = Self::CUarteTxdAmountAmount> + URoRoRegFieldBits[src]

type SUarteTxdAmountAmount: RegField<Srt, Reg = Self::SUarteTxdAmount, URegField = Self::UUarteTxdAmountAmount, SRegField = Self::SUarteTxdAmountAmount, CRegField = Self::CUarteTxdAmountAmount> + SRoRoRegFieldBits[src]

type CUarteTxdAmountAmount: RegField<Crt, Reg = Self::CUarteTxdAmount, URegField = Self::UUarteTxdAmountAmount, SRegField = Self::SUarteTxdAmountAmount, CRegField = Self::CUarteTxdAmountAmount> + CRoRoRegFieldBits[src]

Loading content...

Implementors

Loading content...