pub trait MasterCrW<REG: MasterCrW> {
// Required methods
fn ckpsc(&mut self) -> CKPSC_W<'_, REG>;
fn cont(&mut self) -> CONT_W<'_, REG>;
fn retrig(&mut self) -> RETRIG_W<'_, REG>;
fn half(&mut self) -> HALF_W<'_, REG>;
fn syncrst(&mut self) -> SYNCRST_W<'_, REG>;
fn syncstrt(&mut self) -> SYNCSTRT_W<'_, REG>;
fn dacsync(&mut self) -> DACSYNC_W<'_, REG>;
fn preen(&mut self) -> PREEN_W<'_, REG>;
}