pub struct R(/* private fields */);
Expand description
Register OPA2_CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn drivestrength(&self) -> DRIVESTRENGTH_R
pub fn drivestrength(&self) -> DRIVESTRENGTH_R
Bits 0:1 - OPAx Operation Mode
Sourcepub fn outscale(&self) -> OUTSCALE_R
pub fn outscale(&self) -> OUTSCALE_R
Bit 4 - Scale OPAx Output Driving Strength
Sourcepub fn prsoutmode(&self) -> PRSOUTMODE_R
pub fn prsoutmode(&self) -> PRSOUTMODE_R
Bit 16 - OPAx PRS Output Select
Sourcepub fn aportxmasterdis(&self) -> APORTXMASTERDIS_R
pub fn aportxmasterdis(&self) -> APORTXMASTERDIS_R
Bit 20 - APORT Bus Master Disable
Sourcepub fn aportymasterdis(&self) -> APORTYMASTERDIS_R
pub fn aportymasterdis(&self) -> APORTYMASTERDIS_R
Bit 21 - APORT Bus Master Disable
Methods from Deref<Target = R<OPA2_CTRL_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