#[repr(transparent)]pub struct Reffastwkup(pub u32);Expand description
Analog References fast wake-up Control register [Reset by: PoR]
Tuple Fields§
§0: u32Implementations§
Source§impl Reffastwkup
impl Reffastwkup
Sourcepub const fn lpwkup(&self) -> bool
pub const fn lpwkup(&self) -> bool
Analog References fast wake-up in case of wake-up from a low power mode (DEEP SLEEP, POWER DOWN and DEEP POWER DOWN): .
Sourcepub const fn set_lpwkup(&mut self, val: bool)
pub const fn set_lpwkup(&mut self, val: bool)
Analog References fast wake-up in case of wake-up from a low power mode (DEEP SLEEP, POWER DOWN and DEEP POWER DOWN): .
Sourcepub const fn hwwkup(&self) -> bool
pub const fn hwwkup(&self) -> bool
Analog References fast wake-up in case of Hardware Pin reset: .
Sourcepub const fn set_hwwkup(&mut self, val: bool)
pub const fn set_hwwkup(&mut self, val: bool)
Analog References fast wake-up in case of Hardware Pin reset: .
Trait Implementations§
Source§impl Clone for Reffastwkup
impl Clone for Reffastwkup
Source§fn clone(&self) -> Reffastwkup
fn clone(&self) -> Reffastwkup
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 Reffastwkup
impl Debug for Reffastwkup
Source§impl Default for Reffastwkup
impl Default for Reffastwkup
Source§fn default() -> Reffastwkup
fn default() -> Reffastwkup
Returns the “default value” for a type. Read more
Source§impl PartialEq for Reffastwkup
impl PartialEq for Reffastwkup
impl Copy for Reffastwkup
impl Eq for Reffastwkup
impl StructuralPartialEq for Reffastwkup
Auto Trait Implementations§
impl Freeze for Reffastwkup
impl RefUnwindSafe for Reffastwkup
impl Send for Reffastwkup
impl Sync for Reffastwkup
impl Unpin for Reffastwkup
impl UnwindSafe for Reffastwkup
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