pub struct R(/* private fields */);
Expand description
Register PA_CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn drivestrength(&self) -> DRIVESTRENGTH_R
pub fn drivestrength(&self) -> DRIVESTRENGTH_R
Bit 0 - Drive Strength for Port
Sourcepub fn slewrate(&self) -> SLEWRATE_R
pub fn slewrate(&self) -> SLEWRATE_R
Bits 4:6 - Slewrate Limit for Port
Sourcepub fn drivestrengthalt(&self) -> DRIVESTRENGTHALT_R
pub fn drivestrengthalt(&self) -> DRIVESTRENGTHALT_R
Bit 16 - Alternate Drive Strength for Port
Sourcepub fn slewratealt(&self) -> SLEWRATEALT_R
pub fn slewratealt(&self) -> SLEWRATEALT_R
Bits 20:22 - Alternate Slewrate Limit for Port
Sourcepub fn dindisalt(&self) -> DINDISALT_R
pub fn dindisalt(&self) -> DINDISALT_R
Bit 28 - Alternate Data in Disable
Methods from Deref<Target = R<PA_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