#[repr(transparent)]pub struct Pdruncfgclr0(pub u32);Expand description
Controls the power to various analog blocks [Reset by: PoR, Pin Reset, Brown Out Detectors Reset, Deep Power Down Reset, Software Reset]
Tuple Fields§
§0: u32Implementations§
Source§impl Pdruncfgclr0
impl Pdruncfgclr0
Sourcepub const fn pdruncfgclr0(&self) -> u32
pub const fn pdruncfgclr0(&self) -> u32
Writing ones to this register clears the corresponding bit or bits in the PDRUNCFG0 register, if they are implemented.
Sourcepub const fn set_pdruncfgclr0(&mut self, val: u32)
pub const fn set_pdruncfgclr0(&mut self, val: u32)
Writing ones to this register clears the corresponding bit or bits in the PDRUNCFG0 register, if they are implemented.
Trait Implementations§
Source§impl Clone for Pdruncfgclr0
impl Clone for Pdruncfgclr0
Source§fn clone(&self) -> Pdruncfgclr0
fn clone(&self) -> Pdruncfgclr0
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 Pdruncfgclr0
impl Debug for Pdruncfgclr0
Source§impl Default for Pdruncfgclr0
impl Default for Pdruncfgclr0
Source§fn default() -> Pdruncfgclr0
fn default() -> Pdruncfgclr0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pdruncfgclr0
impl PartialEq for Pdruncfgclr0
impl Copy for Pdruncfgclr0
impl Eq for Pdruncfgclr0
impl StructuralPartialEq for Pdruncfgclr0
Auto Trait Implementations§
impl Freeze for Pdruncfgclr0
impl RefUnwindSafe for Pdruncfgclr0
impl Send for Pdruncfgclr0
impl Sync for Pdruncfgclr0
impl Unpin for Pdruncfgclr0
impl UnwindSafe for Pdruncfgclr0
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