pub struct W(/* private fields */);
Expand description
Register OPACTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn opa0hcmdis(&mut self) -> OPA0HCMDIS_W<'_>
pub fn opa0hcmdis(&mut self) -> OPA0HCMDIS_W<'_>
Bit 6 - High Common Mode Disable.
Sourcepub fn opa1hcmdis(&mut self) -> OPA1HCMDIS_W<'_>
pub fn opa1hcmdis(&mut self) -> OPA1HCMDIS_W<'_>
Bit 7 - High Common Mode Disable.
Sourcepub fn opa2hcmdis(&mut self) -> OPA2HCMDIS_W<'_>
pub fn opa2hcmdis(&mut self) -> OPA2HCMDIS_W<'_>
Bit 8 - High Common Mode Disable.
Sourcepub fn opa0lpfdis(&mut self) -> OPA0LPFDIS_W<'_>
pub fn opa0lpfdis(&mut self) -> OPA0LPFDIS_W<'_>
Bits 12:13 - Disables Low Pass Filter.
Sourcepub fn opa1lpfdis(&mut self) -> OPA1LPFDIS_W<'_>
pub fn opa1lpfdis(&mut self) -> OPA1LPFDIS_W<'_>
Bits 14:15 - Disables Low Pass Filter.
Sourcepub fn opa2lpfdis(&mut self) -> OPA2LPFDIS_W<'_>
pub fn opa2lpfdis(&mut self) -> OPA2LPFDIS_W<'_>
Bits 16:17 - Disables Low Pass Filter.
Sourcepub fn opa0short(&mut self) -> OPA0SHORT_W<'_>
pub fn opa0short(&mut self) -> OPA0SHORT_W<'_>
Bit 22 - Short the non-inverting and inverting input.
Sourcepub fn opa1short(&mut self) -> OPA1SHORT_W<'_>
pub fn opa1short(&mut self) -> OPA1SHORT_W<'_>
Bit 23 - Short the non-inverting and inverting input.
Sourcepub fn opa2short(&mut self) -> OPA2SHORT_W<'_>
pub fn opa2short(&mut self) -> OPA2SHORT_W<'_>
Bit 24 - Short the non-inverting and inverting input.
Methods from Deref<Target = W<OPACTRL_SPEC>>§
Trait Implementations§
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