pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn inactval(&self) -> INACTVAL_R
pub fn inactval(&self) -> INACTVAL_R
Bit 2 - Inactive Value
Sourcepub fn warmtime(&self) -> WARMTIME_R
pub fn warmtime(&self) -> WARMTIME_R
Bits 8:10 - Warm-up Time
Sourcepub fn biasprog(&self) -> BIASPROG_R
pub fn biasprog(&self) -> BIASPROG_R
Bits 24:27 - Bias Configuration
Sourcepub fn halfbias(&self) -> HALFBIAS_R
pub fn halfbias(&self) -> HALFBIAS_R
Bit 30 - Half Bias Current
Sourcepub fn fullbias(&self) -> FULLBIAS_R
pub fn fullbias(&self) -> FULLBIAS_R
Bit 31 - Full Bias Current
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