#[repr(transparent)]pub struct Softrst(pub u32);
Expand description
SoftRst register.
Tuple Fields§
§0: u32
Implementations§
Source§impl Softrst
impl Softrst
Sourcepub const fn softrst(&self) -> SoftrstSoftrst
pub const fn softrst(&self) -> SoftrstSoftrst
Software reset:
Sourcepub fn set_softrst(&mut self, val: SoftrstSoftrst)
pub fn set_softrst(&mut self, val: SoftrstSoftrst)
Software reset:
Trait Implementations§
impl Copy for Softrst
impl Eq for Softrst
impl StructuralPartialEq for Softrst
Auto Trait Implementations§
impl Freeze for Softrst
impl RefUnwindSafe for Softrst
impl Send for Softrst
impl Sync for Softrst
impl Unpin for Softrst
impl UnwindSafe for Softrst
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)