Trait drone_nrf_map_periph_uarte::UarteTxdMaxcnt[][src]

pub trait UarteTxdMaxcnt<T: UarteMap> {
    type UarteTxdMaxcntVal: Bitfield<Bits = u32>;
    type UUarteTxdMaxcnt: UUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>;
    type SUarteTxdMaxcnt: SUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>;
    type CUarteTxdMaxcnt: CUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>;
}

Associated Types

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

type UUarteTxdMaxcnt: UUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>[src]

type SUarteTxdMaxcnt: SUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>[src]

type CUarteTxdMaxcnt: CUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>[src]

Loading content...

Implementors

Loading content...