[][src]Trait drone_stm32_map_periph_uart::UUartIcr

pub trait UUartIcr<T: UartMap>: UWoRegBitBand {
    fn from_fields(map: UUartIcrFields<T>) -> Self;
fn into_fields(self) -> UUartIcrFields<T>;
fn wucf(&self) -> &T::UUartIcrWucf;
fn cmcf(&self) -> &T::UUartIcrCmcf;
fn eobcf(&self) -> &T::UUartIcrEobcfOpt;
fn rtocf(&self) -> &T::UUartIcrRtocfOpt;
fn ctscf(&self) -> &T::UUartIcrCtscf;
fn lbdcf(&self) -> &T::UUartIcrLbdcfOpt;
fn tccf(&self) -> &T::UUartIcrTccf;
fn idlecf(&self) -> &T::UUartIcrIdlecf;
fn orecf(&self) -> &T::UUartIcrOrecf;
fn ncf(&self) -> &T::UUartIcrNcf;
fn fecf(&self) -> &T::UUartIcrFecf;
fn pecf(&self) -> &T::UUartIcrPecf; }

Required methods

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

fn into_fields(self) -> UUartIcrFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...