TimCrW

Trait TimCrW 

Source
pub trait TimCrW<REG: TimCrW> {
    // Required methods
    fn pshpll(&mut self) -> PSHPLL_W<'_, REG>;
    fn delcmp2(&mut self) -> DELCMP2_W<'_, REG>;
    fn delcmp4(&mut self) -> DELCMP4_W<'_, REG>;
    fn mstu(&mut self) -> MSTU_W<'_, REG>;
    fn trepu(&mut self) -> TREPU_W<'_, REG>;
    fn trstu(&mut self) -> TRSTU_W<'_, REG>;
    fn updgat(&mut self) -> UPDGAT_W<'_, REG>;
}

Required Methods§

Source

fn pshpll(&mut self) -> PSHPLL_W<'_, REG>

Source

fn delcmp2(&mut self) -> DELCMP2_W<'_, REG>

Source

fn delcmp4(&mut self) -> DELCMP4_W<'_, REG>

Source

fn mstu(&mut self) -> MSTU_W<'_, REG>

Source

fn trepu(&mut self) -> TREPU_W<'_, REG>

Source

fn trstu(&mut self) -> TRSTU_W<'_, REG>

Source

fn updgat(&mut self) -> UPDGAT_W<'_, REG>

Implementors§

Source§

impl<REG: TimCrW> TimCrW<REG> for W<REG>