[][src]Trait drone_stm32_map_periph_uart::SUartCr1

pub trait SUartCr1<T: UartMap>: SRwRegBitBand {
    fn from_fields(map: SUartCr1Fields<T>) -> Self;
fn into_fields(self) -> SUartCr1Fields<T>;
fn cmie(&self) -> &T::SUartCr1Cmie;
fn deat0(&self) -> &T::SUartCr1Deat0;
fn deat1(&self) -> &T::SUartCr1Deat1;
fn deat2(&self) -> &T::SUartCr1Deat2;
fn deat3(&self) -> &T::SUartCr1Deat3;
fn deat4(&self) -> &T::SUartCr1Deat4;
fn dedt0(&self) -> &T::SUartCr1Dedt0;
fn dedt1(&self) -> &T::SUartCr1Dedt1;
fn dedt2(&self) -> &T::SUartCr1Dedt2;
fn dedt3(&self) -> &T::SUartCr1Dedt3;
fn dedt4(&self) -> &T::SUartCr1Dedt4;
fn eobie(&self) -> &T::SUartCr1EobieOpt;
fn idleie(&self) -> &T::SUartCr1Idleie;
fn m0(&self) -> &T::SUartCr1M0;
fn m1(&self) -> &T::SUartCr1M1;
fn mme(&self) -> &T::SUartCr1Mme;
fn over8(&self) -> &T::SUartCr1Over8Opt;
fn pce(&self) -> &T::SUartCr1Pce;
fn peie(&self) -> &T::SUartCr1Peie;
fn ps(&self) -> &T::SUartCr1Ps;
fn re(&self) -> &T::SUartCr1Re;
fn rtoie(&self) -> &T::SUartCr1RtoieOpt;
fn rxneie(&self) -> &T::SUartCr1Rxneie;
fn tcie(&self) -> &T::SUartCr1Tcie;
fn te(&self) -> &T::SUartCr1Te;
fn txeie(&self) -> &T::SUartCr1Txeie;
fn ue(&self) -> &T::SUartCr1Ue;
fn uesm(&self) -> &T::SUartCr1Uesm;
fn wake(&self) -> &T::SUartCr1Wake; }

Required methods

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

fn into_fields(self) -> SUartCr1Fields<T>

fn cmie(&self) -> &T::SUartCr1Cmie

fn deat0(&self) -> &T::SUartCr1Deat0

fn deat1(&self) -> &T::SUartCr1Deat1

fn deat2(&self) -> &T::SUartCr1Deat2

fn deat3(&self) -> &T::SUartCr1Deat3

fn deat4(&self) -> &T::SUartCr1Deat4

fn dedt0(&self) -> &T::SUartCr1Dedt0

fn dedt1(&self) -> &T::SUartCr1Dedt1

fn dedt2(&self) -> &T::SUartCr1Dedt2

fn dedt3(&self) -> &T::SUartCr1Dedt3

fn dedt4(&self) -> &T::SUartCr1Dedt4

fn eobie(&self) -> &T::SUartCr1EobieOpt

fn idleie(&self) -> &T::SUartCr1Idleie

fn m0(&self) -> &T::SUartCr1M0

fn m1(&self) -> &T::SUartCr1M1

fn mme(&self) -> &T::SUartCr1Mme

fn over8(&self) -> &T::SUartCr1Over8Opt

fn pce(&self) -> &T::SUartCr1Pce

fn peie(&self) -> &T::SUartCr1Peie

fn ps(&self) -> &T::SUartCr1Ps

fn re(&self) -> &T::SUartCr1Re

fn rtoie(&self) -> &T::SUartCr1RtoieOpt

fn rxneie(&self) -> &T::SUartCr1Rxneie

fn tcie(&self) -> &T::SUartCr1Tcie

fn te(&self) -> &T::SUartCr1Te

fn txeie(&self) -> &T::SUartCr1Txeie

fn ue(&self) -> &T::SUartCr1Ue

fn uesm(&self) -> &T::SUartCr1Uesm

fn wake(&self) -> &T::SUartCr1Wake

Loading content...

Implementors

Loading content...