MasterCrR

Trait MasterCrR 

Source
pub trait MasterCrR {
    // Required methods
    fn ckpsc(&self) -> CKPSC_R;
    fn cont(&self) -> CONT_R;
    fn retrig(&self) -> RETRIG_R;
    fn half(&self) -> HALF_R;
    fn syncrst(&self) -> SYNCRST_R;
    fn syncstrt(&self) -> SYNCSTRT_R;
    fn dacsync(&self) -> DACSYNC_R;
    fn preen(&self) -> PREEN_R;
}

Required Methods§

Source

fn ckpsc(&self) -> CKPSC_R

Source

fn cont(&self) -> CONT_R

Source

fn retrig(&self) -> RETRIG_R

Source

fn half(&self) -> HALF_R

Source

fn syncrst(&self) -> SYNCRST_R

Source

fn syncstrt(&self) -> SYNCSTRT_R

Source

fn dacsync(&self) -> DACSYNC_R

Source

fn preen(&self) -> PREEN_R

Implementors§

Source§

impl<REG: MasterCrR> MasterCrR for R<REG>