[][src]Trait drone_stm32_map_periph_uart::CUartCr1

pub trait CUartCr1<T: UartMap>: CRwRegBitBand {
    fn from_fields(map: CUartCr1Fields<T>) -> Self;
fn into_fields(self) -> CUartCr1Fields<T>;
fn cmie(&self) -> &T::CUartCr1Cmie;
fn deat0(&self) -> &T::CUartCr1Deat0;
fn deat1(&self) -> &T::CUartCr1Deat1;
fn deat2(&self) -> &T::CUartCr1Deat2;
fn deat3(&self) -> &T::CUartCr1Deat3;
fn deat4(&self) -> &T::CUartCr1Deat4;
fn dedt0(&self) -> &T::CUartCr1Dedt0;
fn dedt1(&self) -> &T::CUartCr1Dedt1;
fn dedt2(&self) -> &T::CUartCr1Dedt2;
fn dedt3(&self) -> &T::CUartCr1Dedt3;
fn dedt4(&self) -> &T::CUartCr1Dedt4;
fn eobie(&self) -> &T::CUartCr1EobieOpt;
fn idleie(&self) -> &T::CUartCr1Idleie;
fn m0(&self) -> &T::CUartCr1M0;
fn m1(&self) -> &T::CUartCr1M1;
fn mme(&self) -> &T::CUartCr1Mme;
fn over8(&self) -> &T::CUartCr1Over8Opt;
fn pce(&self) -> &T::CUartCr1Pce;
fn peie(&self) -> &T::CUartCr1Peie;
fn ps(&self) -> &T::CUartCr1Ps;
fn re(&self) -> &T::CUartCr1Re;
fn rtoie(&self) -> &T::CUartCr1RtoieOpt;
fn rxneie(&self) -> &T::CUartCr1Rxneie;
fn tcie(&self) -> &T::CUartCr1Tcie;
fn te(&self) -> &T::CUartCr1Te;
fn txeie(&self) -> &T::CUartCr1Txeie;
fn ue(&self) -> &T::CUartCr1Ue;
fn uesm(&self) -> &T::CUartCr1Uesm;
fn wake(&self) -> &T::CUartCr1Wake; }

Required methods

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

fn into_fields(self) -> CUartCr1Fields<T>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...