pub trait RstrW<REG: RstrW> {
// Required methods
fn updt(&mut self) -> UPDT_W<'_, REG>;
fn cmp2(&mut self) -> CMP2_W<'_, REG>;
fn cmp4(&mut self) -> CMP2_W<'_, REG>;
fn mstper(&mut self) -> MSTPER_W<'_, REG>;
fn mstcmp(&mut self, cmp: Cmp) -> MSTCMP_W<'_, REG>;
fn extevnt(&mut self, e: ExtEvnt) -> EXTEVNT_W<'_, REG>;
}