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