RstrR

Trait RstrR 

Source
pub trait RstrR {
    // Required methods
    fn updt(&self) -> UPDT_R;
    fn cmp2(&self) -> CMP2_R;
    fn cmp4(&self) -> CMP2_R;
    fn mstper(&self) -> MSTPER_R;
    fn mstcmp(&self, cmp: Cmp) -> MSTCMP_R;
    fn extevnt(&self, e: ExtEvnt) -> EXTEVNT_R;
}

Required Methods§

Source

fn updt(&self) -> UPDT_R

Source

fn cmp2(&self) -> CMP2_R

Source

fn cmp4(&self) -> CMP2_R

Source

fn mstper(&self) -> MSTPER_R

Source

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

Source

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

Implementors§

Source§

impl<REG: RstrR> RstrR for R<REG>