pub struct W(/* private fields */);
Expand description
Register BIASPROG
writer
Implementations§
Source§impl W
impl W
Sourcepub fn adcbiasprog(&mut self) -> ADCBIASPROG_W<'_, 0>
pub fn adcbiasprog(&mut self) -> ADCBIASPROG_W<'_, 0>
Bits 0:3 - Bias Programming Value of Analog ADC Block
Sourcepub fn vfaultclr(&mut self) -> VFAULTCLR_W<'_, 12>
pub fn vfaultclr(&mut self) -> VFAULTCLR_W<'_, 12>
Bit 12 - Clear VREFOF Flag
Sourcepub fn gpbiasacc(&mut self) -> GPBIASACC_W<'_, 16>
pub fn gpbiasacc(&mut self) -> GPBIASACC_W<'_, 16>
Bit 16 - Accuracy Setting for the System Bias During ADC Operation
Methods from Deref<Target = W<BIASPROG_SPEC>>§
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