pub struct R(/* private fields */);
Expand description
Register OPACTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn opa0hcmdis(&self) -> OPA0HCMDIS_R
pub fn opa0hcmdis(&self) -> OPA0HCMDIS_R
Bit 6 - High Common Mode Disable.
Sourcepub fn opa1hcmdis(&self) -> OPA1HCMDIS_R
pub fn opa1hcmdis(&self) -> OPA1HCMDIS_R
Bit 7 - High Common Mode Disable.
Sourcepub fn opa2hcmdis(&self) -> OPA2HCMDIS_R
pub fn opa2hcmdis(&self) -> OPA2HCMDIS_R
Bit 8 - High Common Mode Disable.
Sourcepub fn opa0lpfdis(&self) -> OPA0LPFDIS_R
pub fn opa0lpfdis(&self) -> OPA0LPFDIS_R
Bits 12:13 - Disables Low Pass Filter.
Sourcepub fn opa1lpfdis(&self) -> OPA1LPFDIS_R
pub fn opa1lpfdis(&self) -> OPA1LPFDIS_R
Bits 14:15 - Disables Low Pass Filter.
Sourcepub fn opa2lpfdis(&self) -> OPA2LPFDIS_R
pub fn opa2lpfdis(&self) -> OPA2LPFDIS_R
Bits 16:17 - Disables Low Pass Filter.
Sourcepub fn opa0short(&self) -> OPA0SHORT_R
pub fn opa0short(&self) -> OPA0SHORT_R
Bit 22 - Short the non-inverting and inverting input.
Sourcepub fn opa1short(&self) -> OPA1SHORT_R
pub fn opa1short(&self) -> OPA1SHORT_R
Bit 23 - Short the non-inverting and inverting input.
Sourcepub fn opa2short(&self) -> OPA2SHORT_R
pub fn opa2short(&self) -> OPA2SHORT_R
Bit 24 - Short the non-inverting and inverting input.
Methods from Deref<Target = R<OPACTRL_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