pub struct W(/* private fields */);Expand description
Register PORTD_CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn slewrate(&mut self) -> SLEWRATE_W<'_, 4>
pub fn slewrate(&mut self) -> SLEWRATE_W<'_, 4>
Bits 4:6 - Slew Rate
Sourcepub fn slewratealt(&mut self) -> SLEWRATEALT_W<'_, 20>
pub fn slewratealt(&mut self) -> SLEWRATEALT_W<'_, 20>
Bits 20:22 - Slew Rate Alt
Sourcepub fn dindisalt(&mut self) -> DINDISALT_W<'_, 28>
pub fn dindisalt(&mut self) -> DINDISALT_W<'_, 28>
Bit 28 - Data In Disable Alt
Methods from Deref<Target = W<PORTD_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