pub struct W(/* private fields */);
Expand description
Register CFGR1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn awdch1ch(&mut self) -> AWDCH1CH_W<'_>
pub fn awdch1ch(&mut self) -> AWDCH1CH_W<'_>
Bits 26:30 - ADC analog watchdog 1 monitored channel selection
Sourcepub fn awd1en(&mut self) -> AWD1EN_W<'_>
pub fn awd1en(&mut self) -> AWD1EN_W<'_>
Bit 23 - ADC analog watchdog 1 enable on scope ADC group regular
Sourcepub fn awd1sgl(&mut self) -> AWD1SGL_W<'_>
pub fn awd1sgl(&mut self) -> AWD1SGL_W<'_>
Bit 22 - ADC analog watchdog 1 monitoring a single channel or all channels
Sourcepub fn chselrmod(&mut self) -> CHSELRMOD_W<'_>
pub fn chselrmod(&mut self) -> CHSELRMOD_W<'_>
Bit 21 - Mode selection of the ADC_CHSELR register
Sourcepub fn discen(&mut self) -> DISCEN_W<'_>
pub fn discen(&mut self) -> DISCEN_W<'_>
Bit 16 - ADC group regular sequencer discontinuous mode
Methods from Deref<Target = W<CFGR1_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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