Rst1rR

Trait Rst1rR 

Source
pub trait Rst1rR {
    // Required methods
    fn srt(&self) -> SRT_R;
    fn resync(&self) -> RESYNC_R;
    fn per(&self) -> PER_R;
    fn cmp(&self, cmp: Cmp) -> CMP_R;
    fn mstper(&self) -> MSTPER_R;
    fn mstcmp(&self, cmp: Cmp) -> MSTCMP_R;
    fn extevnt(&self, e: ExtEvnt) -> EXTEVNT_R;
    fn update(&self) -> UPDATE_R;
}

Required Methods§

Source

fn srt(&self) -> SRT_R

Source

fn resync(&self) -> RESYNC_R

Source

fn per(&self) -> PER_R

Source

fn cmp(&self, cmp: Cmp) -> CMP_R

Source

fn mstper(&self) -> MSTPER_R

Source

fn mstcmp(&self, cmp: Cmp) -> MSTCMP_R

Source

fn extevnt(&self, e: ExtEvnt) -> EXTEVNT_R

Source

fn update(&self) -> UPDATE_R

Implementors§

Source§

impl<REG: Rst1rR> Rst1rR for R<REG>