pub struct W(_);
Expand description
Register CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn inactval(&mut self) -> INACTVAL_W<'_>
pub fn inactval(&mut self) -> INACTVAL_W<'_>
Bit 2 - Inactive Value
sourcepub fn warmtime(&mut self) -> WARMTIME_W<'_>
pub fn warmtime(&mut self) -> WARMTIME_W<'_>
Bits 8:10 - Warm-up Time
sourcepub fn biasprog(&mut self) -> BIASPROG_W<'_>
pub fn biasprog(&mut self) -> BIASPROG_W<'_>
Bits 24:27 - Bias Configuration
sourcepub fn halfbias(&mut self) -> HALFBIAS_W<'_>
pub fn halfbias(&mut self) -> HALFBIAS_W<'_>
Bit 30 - Half Bias Current
sourcepub fn fullbias(&mut self) -> FULLBIAS_W<'_>
pub fn fullbias(&mut self) -> FULLBIAS_W<'_>
Bit 31 - Full Bias Current
Methods from Deref<Target = W<CTRL_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more