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>;
}