pub struct Rstctl1 { /* private fields */ }Expand description
reset ccontroller 1
Implementations§
Source§impl Rstctl1
impl Rstctl1
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 Rstctl1
impl Eq for Rstctl1
impl Send for Rstctl1
impl StructuralPartialEq for Rstctl1
impl Sync for Rstctl1
Auto Trait Implementations§
impl Freeze for Rstctl1
impl RefUnwindSafe for Rstctl1
impl Unpin for Rstctl1
impl UnwindSafe for Rstctl1
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