[][src]Trait drone_stm32_map_periph_uart::CUartIcr

pub trait CUartIcr<T: UartMap>: CWoRegBitBand {
    fn from_fields(map: CUartIcrFields<T>) -> Self;
fn into_fields(self) -> CUartIcrFields<T>;
fn wucf(&self) -> &T::CUartIcrWucf;
fn cmcf(&self) -> &T::CUartIcrCmcf;
fn eobcf(&self) -> &T::CUartIcrEobcfOpt;
fn rtocf(&self) -> &T::CUartIcrRtocfOpt;
fn ctscf(&self) -> &T::CUartIcrCtscf;
fn lbdcf(&self) -> &T::CUartIcrLbdcfOpt;
fn tccf(&self) -> &T::CUartIcrTccf;
fn idlecf(&self) -> &T::CUartIcrIdlecf;
fn orecf(&self) -> &T::CUartIcrOrecf;
fn ncf(&self) -> &T::CUartIcrNcf;
fn fecf(&self) -> &T::CUartIcrFecf;
fn pecf(&self) -> &T::CUartIcrPecf; }

Required methods

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

fn into_fields(self) -> CUartIcrFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...