TimCrR

Trait TimCrR 

Source
pub trait TimCrR {
    // Required methods
    fn pshpll(&self) -> PSHPLL_R;
    fn delcmp2(&self) -> DELCMP2_R;
    fn delcmp4(&self) -> DELCMP4_R;
    fn mstu(&self) -> MSTU_R;
    fn trepu(&self) -> TREPU_R;
    fn trstu(&self) -> TRSTU_R;
    fn updgat(&self) -> UPDGAT_R;
}

Required Methods§

Source

fn pshpll(&self) -> PSHPLL_R

Source

fn delcmp2(&self) -> DELCMP2_R

Source

fn delcmp4(&self) -> DELCMP4_R

Source

fn mstu(&self) -> MSTU_R

Source

fn trepu(&self) -> TREPU_R

Source

fn trstu(&self) -> TRSTU_R

Source

fn updgat(&self) -> UPDGAT_R

Implementors§

Source§

impl<REG: TimCrR> TimCrR for R<REG>