pub struct R(_);
Expand description
Register SRR
reader
Implementations
sourceimpl R
impl R
sourcepub fn swrstall(&self) -> SWRSTALL_R
pub fn swrstall(&self) -> SWRSTALL_R
Bit 0 - Software Reset For All
sourcepub fn swrstcmd(&self) -> SWRSTCMD_R
pub fn swrstcmd(&self) -> SWRSTCMD_R
Bit 1 - Software Reset For CMD Line
sourcepub fn swrstdat(&self) -> SWRSTDAT_R
pub fn swrstdat(&self) -> SWRSTDAT_R
Bit 2 - Software Reset For DAT Line
Methods from Deref<Target = R<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