pub trait Set1rR {
// Required methods
fn sst(&self) -> SST_R;
fn resync(&self) -> RESYNC_R;
fn per(&self) -> PER_R;
fn cmp(&self, cmp: Cmp) -> CMP_R;
fn mstper(&self) -> MSTPER_R;
fn mstcmp(&self, cmp: Cmp) -> MSTCMP_R;
fn extevnt(&self, e: ExtEvnt) -> EXTEVNT_R;
fn update(&self) -> UPDATE_R;
}