pub struct W(/* private fields */);
Expand description
Register PA_CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn drivestrength(&mut self) -> DRIVESTRENGTH_W<'_>
pub fn drivestrength(&mut self) -> DRIVESTRENGTH_W<'_>
Bit 0 - Drive Strength for Port
Sourcepub fn slewrate(&mut self) -> SLEWRATE_W<'_>
pub fn slewrate(&mut self) -> SLEWRATE_W<'_>
Bits 4:6 - Slewrate Limit for Port
Sourcepub fn drivestrengthalt(&mut self) -> DRIVESTRENGTHALT_W<'_>
pub fn drivestrengthalt(&mut self) -> DRIVESTRENGTHALT_W<'_>
Bit 16 - Alternate Drive Strength for Port
Sourcepub fn slewratealt(&mut self) -> SLEWRATEALT_W<'_>
pub fn slewratealt(&mut self) -> SLEWRATEALT_W<'_>
Bits 20:22 - Alternate Slewrate Limit for Port
Sourcepub fn dindisalt(&mut self) -> DINDISALT_W<'_>
pub fn dindisalt(&mut self) -> DINDISALT_W<'_>
Bit 28 - Alternate Data in Disable
Methods from Deref<Target = W<PA_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