pub struct W(_);
Expand description
Register SRR
writer
Implementations
sourceimpl W
impl W
sourcepub fn swrstall(&mut self) -> SWRSTALL_W<'_>
pub fn swrstall(&mut self) -> SWRSTALL_W<'_>
Bit 0 - Software Reset For All
sourcepub fn swrstcmd(&mut self) -> SWRSTCMD_W<'_>
pub fn swrstcmd(&mut self) -> SWRSTCMD_W<'_>
Bit 1 - Software Reset For CMD Line
sourcepub fn swrstdat(&mut self) -> SWRSTDAT_W<'_>
pub fn swrstdat(&mut self) -> SWRSTDAT_W<'_>
Bit 2 - Software Reset For DAT Line
Methods from Deref<Target = W<SRR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more