pub struct R(/* private fields */);
Expand description
Register CFGR1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn awdch1ch(&self) -> AWDCH1CH_R
pub fn awdch1ch(&self) -> AWDCH1CH_R
Bits 26:30 - ADC analog watchdog 1 monitored channel selection
Sourcepub fn awd1en(&self) -> AWD1EN_R
pub fn awd1en(&self) -> AWD1EN_R
Bit 23 - ADC analog watchdog 1 enable on scope ADC group regular
Sourcepub fn awd1sgl(&self) -> AWD1SGL_R
pub fn awd1sgl(&self) -> AWD1SGL_R
Bit 22 - ADC analog watchdog 1 monitoring a single channel or all channels
Sourcepub fn chselrmod(&self) -> CHSELRMOD_R
pub fn chselrmod(&self) -> CHSELRMOD_R
Bit 21 - Mode selection of the ADC_CHSELR register
Methods from Deref<Target = R<CFGR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more