pub struct W { /* private fields */ }Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn pga_gain(&mut self) -> _PGA_GAINW<'_>
pub fn pga_gain(&mut self) -> _PGA_GAINW<'_>
Bits 4:5 - Operational amplifier Programmable amplifier gain value
Sourcepub fn usertrim(&mut self) -> _USERTRIMW<'_>
pub fn usertrim(&mut self) -> _USERTRIMW<'_>
Bit 14 - allows to switch from AOP offset trimmed values to AOP offset
Sourcepub fn opa_range(&mut self) -> _OPA_RANGEW<'_>
pub fn opa_range(&mut self) -> _OPA_RANGEW<'_>
Bit 31 - Operational amplifier power supply range for stability
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