Trait drone_nrf_map_periph_uarte::SUarteBaudrate[][src]

pub trait SUarteBaudrate<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteBaudrateFields<T>) -> Self;
fn into_fields(self) -> SUarteBaudrateFields<T>;
fn baudrate(&self) -> &T::SUarteBaudrateBaudrate; }

Required methods

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

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

fn baudrate(&self) -> &T::SUarteBaudrateBaudrate[src]

Loading content...

Implementors

Loading content...