[][src]Trait drone_stm32_map_periph_uart::SUartCr3

pub trait SUartCr3<T: UartMap>: SRwRegBitBand {
    fn from_fields(map: SUartCr3Fields<T>) -> Self;
fn into_fields(self) -> SUartCr3Fields<T>;
fn ctse(&self) -> &T::SUartCr3Ctse;
fn ctsie(&self) -> &T::SUartCr3Ctsie;
fn ddre(&self) -> &T::SUartCr3Ddre;
fn dem(&self) -> &T::SUartCr3Dem;
fn dep(&self) -> &T::SUartCr3Dep;
fn dmar(&self) -> &T::SUartCr3Dmar;
fn dmat(&self) -> &T::SUartCr3Dmat;
fn eie(&self) -> &T::SUartCr3Eie;
fn hdsel(&self) -> &T::SUartCr3Hdsel;
fn iren(&self) -> &T::SUartCr3IrenOpt;
fn irlp(&self) -> &T::SUartCr3IrlpOpt;
fn nack(&self) -> &T::SUartCr3NackOpt;
fn onebit(&self) -> &T::SUartCr3OnebitOpt;
fn ovrdis(&self) -> &T::SUartCr3Ovrdis;
fn rtse(&self) -> &T::SUartCr3Rtse;
fn scarcnt(&self) -> &T::SUartCr3ScarcntOpt;
fn scen(&self) -> &T::SUartCr3ScenOpt;
fn wufie(&self) -> &T::SUartCr3Wufie;
fn wus(&self) -> &T::SUartCr3Wus; }

Required methods

fn from_fields(map: SUartCr3Fields<T>) -> Self

fn into_fields(self) -> SUartCr3Fields<T>

fn ctse(&self) -> &T::SUartCr3Ctse

fn ctsie(&self) -> &T::SUartCr3Ctsie

fn ddre(&self) -> &T::SUartCr3Ddre

fn dem(&self) -> &T::SUartCr3Dem

fn dep(&self) -> &T::SUartCr3Dep

fn dmar(&self) -> &T::SUartCr3Dmar

fn dmat(&self) -> &T::SUartCr3Dmat

fn eie(&self) -> &T::SUartCr3Eie

fn hdsel(&self) -> &T::SUartCr3Hdsel

fn iren(&self) -> &T::SUartCr3IrenOpt

fn irlp(&self) -> &T::SUartCr3IrlpOpt

fn nack(&self) -> &T::SUartCr3NackOpt

fn onebit(&self) -> &T::SUartCr3OnebitOpt

fn ovrdis(&self) -> &T::SUartCr3Ovrdis

fn rtse(&self) -> &T::SUartCr3Rtse

fn scarcnt(&self) -> &T::SUartCr3ScarcntOpt

fn scen(&self) -> &T::SUartCr3ScenOpt

fn wufie(&self) -> &T::SUartCr3Wufie

fn wus(&self) -> &T::SUartCr3Wus

Loading content...

Implementors

Loading content...