#[repr(transparent)]pub struct Pdruncfgset0(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 Pdruncfgset0
impl Pdruncfgset0
Sourcepub const fn pdruncfgset0(&self) -> u32
pub const fn pdruncfgset0(&self) -> u32
Writing ones to this register sets the corresponding bit or bits in the PDRUNCFG0 register, if they are implemented.
Sourcepub const fn set_pdruncfgset0(&mut self, val: u32)
pub const fn set_pdruncfgset0(&mut self, val: u32)
Writing ones to this register sets the corresponding bit or bits in the PDRUNCFG0 register, if they are implemented.
Trait Implementations§
Source§impl Clone for Pdruncfgset0
impl Clone for Pdruncfgset0
Source§fn clone(&self) -> Pdruncfgset0
fn clone(&self) -> Pdruncfgset0
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 Pdruncfgset0
impl Debug for Pdruncfgset0
Source§impl Default for Pdruncfgset0
impl Default for Pdruncfgset0
Source§fn default() -> Pdruncfgset0
fn default() -> Pdruncfgset0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pdruncfgset0
impl PartialEq for Pdruncfgset0
impl Copy for Pdruncfgset0
impl Eq for Pdruncfgset0
impl StructuralPartialEq for Pdruncfgset0
Auto Trait Implementations§
impl Freeze for Pdruncfgset0
impl RefUnwindSafe for Pdruncfgset0
impl Send for Pdruncfgset0
impl Sync for Pdruncfgset0
impl Unpin for Pdruncfgset0
impl UnwindSafe for Pdruncfgset0
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