#[repr(transparent)]pub struct Prstctl2Clr(pub u32);Expand description
peripheral reset clear register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Prstctl2Clr
impl Prstctl2Clr
Sourcepub const fn ct32bit0_rst_clr(&self) -> Ct32bit0RstClr
pub const fn ct32bit0_rst_clr(&self) -> Ct32bit0RstClr
CT32BIT0 reset clear
Sourcepub const fn set_ct32bit0_rst_clr(&mut self, val: Ct32bit0RstClr)
pub const fn set_ct32bit0_rst_clr(&mut self, val: Ct32bit0RstClr)
CT32BIT0 reset clear
Sourcepub const fn ct32bit1_rst_clr(&self) -> Ct32bit1RstClr
pub const fn ct32bit1_rst_clr(&self) -> Ct32bit1RstClr
CT32BIT1 reset clear
Sourcepub const fn set_ct32bit1_rst_clr(&mut self, val: Ct32bit1RstClr)
pub const fn set_ct32bit1_rst_clr(&mut self, val: Ct32bit1RstClr)
CT32BIT1 reset clear
Sourcepub const fn ct32bit2_rst_clr(&self) -> Ct32bit2RstClr
pub const fn ct32bit2_rst_clr(&self) -> Ct32bit2RstClr
CT32BIT2 reset clear
Sourcepub const fn set_ct32bit2_rst_clr(&mut self, val: Ct32bit2RstClr)
pub const fn set_ct32bit2_rst_clr(&mut self, val: Ct32bit2RstClr)
CT32BIT2 reset clear
Sourcepub const fn ct32bit3_rst_clr(&self) -> Ct32bit3RstClr
pub const fn ct32bit3_rst_clr(&self) -> Ct32bit3RstClr
CT32BIT3 reset clear
Sourcepub const fn set_ct32bit3_rst_clr(&mut self, val: Ct32bit3RstClr)
pub const fn set_ct32bit3_rst_clr(&mut self, val: Ct32bit3RstClr)
CT32BIT3 reset clear
Sourcepub const fn ct32bit4_rst_clr(&self) -> Ct32bit4RstClr
pub const fn ct32bit4_rst_clr(&self) -> Ct32bit4RstClr
CT32BIT4 reset clear
Sourcepub const fn set_ct32bit4_rst_clr(&mut self, val: Ct32bit4RstClr)
pub const fn set_ct32bit4_rst_clr(&mut self, val: Ct32bit4RstClr)
CT32BIT4 reset clear
Sourcepub const fn mrt0_rst_clr(&self) -> Mrt0RstClr
pub const fn mrt0_rst_clr(&self) -> Mrt0RstClr
MRT0 reset clear
Sourcepub const fn set_mrt0_rst_clr(&mut self, val: Mrt0RstClr)
pub const fn set_mrt0_rst_clr(&mut self, val: Mrt0RstClr)
MRT0 reset clear
Sourcepub const fn wwdt1_rst_clr(&self) -> Wwdt1RstClr
pub const fn wwdt1_rst_clr(&self) -> Wwdt1RstClr
WWDT1 reset clear
Sourcepub const fn set_wwdt1_rst_clr(&mut self, val: Wwdt1RstClr)
pub const fn set_wwdt1_rst_clr(&mut self, val: Wwdt1RstClr)
WWDT1 reset clear
Sourcepub const fn i3c0_rst_clr(&self) -> bool
pub const fn i3c0_rst_clr(&self) -> bool
I3C0 reset clear
Sourcepub const fn set_i3c0_rst_clr(&mut self, val: bool)
pub const fn set_i3c0_rst_clr(&mut self, val: bool)
I3C0 reset clear
Sourcepub const fn gpiointctl_rst_clr(&self) -> GpiointctlRstClr
pub const fn gpiointctl_rst_clr(&self) -> GpiointctlRstClr
GPIOINTCTL reset clear
Sourcepub const fn set_gpiointctl_rst_clr(&mut self, val: GpiointctlRstClr)
pub const fn set_gpiointctl_rst_clr(&mut self, val: GpiointctlRstClr)
GPIOINTCTL reset clear
Sourcepub const fn pimctl_rst_clr(&self) -> PimctlRstClr
pub const fn pimctl_rst_clr(&self) -> PimctlRstClr
PMC reset clear
Sourcepub const fn set_pimctl_rst_clr(&mut self, val: PimctlRstClr)
pub const fn set_pimctl_rst_clr(&mut self, val: PimctlRstClr)
PMC reset clear
Trait Implementations§
Source§impl Clone for Prstctl2Clr
impl Clone for Prstctl2Clr
Source§fn clone(&self) -> Prstctl2Clr
fn clone(&self) -> Prstctl2Clr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Prstctl2Clr
impl Debug for Prstctl2Clr
Source§impl Default for Prstctl2Clr
impl Default for Prstctl2Clr
Source§fn default() -> Prstctl2Clr
fn default() -> Prstctl2Clr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Prstctl2Clr
impl PartialEq for Prstctl2Clr
impl Copy for Prstctl2Clr
impl Eq for Prstctl2Clr
impl StructuralPartialEq for Prstctl2Clr
Auto Trait Implementations§
impl Freeze for Prstctl2Clr
impl RefUnwindSafe for Prstctl2Clr
impl Send for Prstctl2Clr
impl Sync for Prstctl2Clr
impl Unpin for Prstctl2Clr
impl UnwindSafe for Prstctl2Clr
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