pub struct W(/* private fields */);Expand description
Register OPA1_CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn drivestrength(&mut self) -> DRIVESTRENGTH_W<'_>
pub fn drivestrength(&mut self) -> DRIVESTRENGTH_W<'_>
Bits 0:1 - OPAx Operation Mode
Sourcepub fn outscale(&mut self) -> OUTSCALE_W<'_>
pub fn outscale(&mut self) -> OUTSCALE_W<'_>
Bit 4 - Scale OPAx Output Driving Strength
Sourcepub fn prsoutmode(&mut self) -> PRSOUTMODE_W<'_>
pub fn prsoutmode(&mut self) -> PRSOUTMODE_W<'_>
Bit 16 - OPAx PRS Output Select
Sourcepub fn aportxmasterdis(&mut self) -> APORTXMASTERDIS_W<'_>
pub fn aportxmasterdis(&mut self) -> APORTXMASTERDIS_W<'_>
Bit 20 - APORT Bus Master Disable
Sourcepub fn aportymasterdis(&mut self) -> APORTYMASTERDIS_W<'_>
pub fn aportymasterdis(&mut self) -> APORTYMASTERDIS_W<'_>
Bit 21 - APORT Bus Master Disable
Methods from Deref<Target = W<OPA1_CTRL_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