pub struct R(/* private fields */);
Expand description
Register BIASPROG
reader
Implementations§
Source§impl R
impl R
Sourcepub fn biasprog(&self) -> BIASPROG_R
pub fn biasprog(&self) -> BIASPROG_R
Bits 0:3 - Bias Programming Value
Sourcepub fn halfbias(&self) -> HALFBIAS_R
pub fn halfbias(&self) -> HALFBIAS_R
Bit 6 - Half Bias Current
Sourcepub fn compbias(&self) -> COMPBIAS_R
pub fn compbias(&self) -> COMPBIAS_R
Bits 8:11 - Comparator Bias Value
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