Trait drone_nrf_map_periph_uarte::CUarteTxdAmount[][src]

pub trait CUarteTxdAmount<T: UarteMap>: CRoReg {
    fn from_fields(map: CUarteTxdAmountFields<T>) -> Self;
fn into_fields(self) -> CUarteTxdAmountFields<T>;
fn amount(&self) -> &T::CUarteTxdAmountAmount; }

Required methods

fn from_fields(map: CUarteTxdAmountFields<T>) -> Self[src]

fn into_fields(self) -> CUarteTxdAmountFields<T>[src]

fn amount(&self) -> &T::CUarteTxdAmountAmount[src]

Loading content...

Implementors

Loading content...