pub trait Rst1rW<REG: Rst1rW> {
// Required methods
fn srt(&mut self) -> SRT_W<'_, REG>;
fn resync(&mut self) -> RESYNC_W<'_, REG>;
fn per(&mut self) -> PER_W<'_, REG>;
fn cmp(&mut self, cmp: Cmp) -> CMP_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>;
fn update(&mut self) -> UPDATE_W<'_, REG>;
}