pub struct Rstctl0 { /* private fields */ }Expand description
reset ccontroller 0
Implementations§
Source§impl Rstctl0
impl Rstctl0
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn sysrststat(self) -> Reg<Sysrststat, RW>
pub const fn sysrststat(self) -> Reg<Sysrststat, RW>
system reset status register
Sourcepub const fn prstctl0_set(self) -> Reg<Prstctl0Set, W>
pub const fn prstctl0_set(self) -> Reg<Prstctl0Set, W>
peripheral reset set register 0
Sourcepub const fn prstctl1_set(self) -> Reg<Prstctl1Set, W>
pub const fn prstctl1_set(self) -> Reg<Prstctl1Set, W>
peripheral reset set register 1
Sourcepub const fn prstctl2_set(self) -> Reg<Prstctl2Set, W>
pub const fn prstctl2_set(self) -> Reg<Prstctl2Set, W>
peripheral reset set register 2
Sourcepub const fn prstctl0_clr(self) -> Reg<Prstctl0Clr, W>
pub const fn prstctl0_clr(self) -> Reg<Prstctl0Clr, W>
peripheral reset clear register 0
Sourcepub const fn prstctl1_clr(self) -> Reg<Prstctl1Clr, W>
pub const fn prstctl1_clr(self) -> Reg<Prstctl1Clr, W>
peripheral reset clear register 1
Sourcepub const fn prstctl2_clr(self) -> Reg<Prstctl2Clr, W>
pub const fn prstctl2_clr(self) -> Reg<Prstctl2Clr, W>
peripheral reset clear register 2
Trait Implementations§
impl Copy for Rstctl0
impl Eq for Rstctl0
impl Send for Rstctl0
impl StructuralPartialEq for Rstctl0
impl Sync for Rstctl0
Auto Trait Implementations§
impl Freeze for Rstctl0
impl RefUnwindSafe for Rstctl0
impl Unpin for Rstctl0
impl UnwindSafe for Rstctl0
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