Trait drone_nrf_map_periph_uarte::UUarteTxdAmount[][src]

pub trait UUarteTxdAmount<T: UarteMap>: URoReg {
    fn from_fields(map: UUarteTxdAmountFields<T>) -> Self;
fn into_fields(self) -> UUarteTxdAmountFields<T>;
fn amount(&self) -> &T::UUarteTxdAmountAmount; }

Required methods

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

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

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

Loading content...

Implementors

Loading content...