Cr2R

Trait Cr2R 

Source
pub trait Cr2R {
    // Required methods
    fn adon(&self) -> ADON_R;
    fn cont(&self) -> CONT_R;
    fn cal(&self) -> CAL_R;
    fn rstcal(&self) -> RSTCAL_R;
    fn dma(&self) -> DMA_R;
    fn align(&self) -> ALIGN_R;
    fn jexttrig(&self) -> JEXTTRIG_R;
    fn exttrig(&self) -> EXTTRIG_R;
    fn jswstart(&self) -> JSWSTART_R;
    fn swstart(&self) -> SWSTART_R;
    fn tsvrefe(&self) -> TSVREFE_R;
}

Required Methods§

Source

fn adon(&self) -> ADON_R

Source

fn cont(&self) -> CONT_R

Source

fn cal(&self) -> CAL_R

Source

fn rstcal(&self) -> RSTCAL_R

Source

fn dma(&self) -> DMA_R

Source

fn align(&self) -> ALIGN_R

Source

fn jexttrig(&self) -> JEXTTRIG_R

Source

fn exttrig(&self) -> EXTTRIG_R

Source

fn jswstart(&self) -> JSWSTART_R

Source

fn swstart(&self) -> SWSTART_R

Source

fn tsvrefe(&self) -> TSVREFE_R

Implementations on Foreign Types§

Source§

impl<REG: Cr2R> Cr2R for R<REG>

Implementors§