[][src]Trait drone_stm32_map_periph_uart::SUartIcr

pub trait SUartIcr<T: UartMap>: SWoRegBitBand {
    fn from_fields(map: SUartIcrFields<T>) -> Self;
fn into_fields(self) -> SUartIcrFields<T>;
fn wucf(&self) -> &T::SUartIcrWucf;
fn cmcf(&self) -> &T::SUartIcrCmcf;
fn eobcf(&self) -> &T::SUartIcrEobcfOpt;
fn rtocf(&self) -> &T::SUartIcrRtocfOpt;
fn ctscf(&self) -> &T::SUartIcrCtscf;
fn lbdcf(&self) -> &T::SUartIcrLbdcfOpt;
fn tccf(&self) -> &T::SUartIcrTccf;
fn idlecf(&self) -> &T::SUartIcrIdlecf;
fn orecf(&self) -> &T::SUartIcrOrecf;
fn ncf(&self) -> &T::SUartIcrNcf;
fn fecf(&self) -> &T::SUartIcrFecf;
fn pecf(&self) -> &T::SUartIcrPecf; }

Required methods

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

fn into_fields(self) -> SUartIcrFields<T>

fn wucf(&self) -> &T::SUartIcrWucf

fn cmcf(&self) -> &T::SUartIcrCmcf

fn eobcf(&self) -> &T::SUartIcrEobcfOpt

fn rtocf(&self) -> &T::SUartIcrRtocfOpt

fn ctscf(&self) -> &T::SUartIcrCtscf

fn lbdcf(&self) -> &T::SUartIcrLbdcfOpt

fn tccf(&self) -> &T::SUartIcrTccf

fn idlecf(&self) -> &T::SUartIcrIdlecf

fn orecf(&self) -> &T::SUartIcrOrecf

fn ncf(&self) -> &T::SUartIcrNcf

fn fecf(&self) -> &T::SUartIcrFecf

fn pecf(&self) -> &T::SUartIcrPecf

Loading content...

Implementors

Loading content...