Trait drone_nrf_map_periph_uarte::SUarteTxdAmount[][src]

pub trait SUarteTxdAmount<T: UarteMap>: SRoReg {
    fn from_fields(map: SUarteTxdAmountFields<T>) -> Self;
fn into_fields(self) -> SUarteTxdAmountFields<T>;
fn amount(&self) -> &T::SUarteTxdAmountAmount; }

Required methods

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

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

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

Loading content...

Implementors

Loading content...