Struct stm32_metapac::pwr::regs::Wkupcr
#[repr(transparent)]pub struct Wkupcr(pub u32);
Expand description
reset only by system reset, not reset by wakeup from Standby mode5 wait states are required when writing this register (when clearing a WKUPF bit in PWR_WKUPFR, the AHB write access will complete after the WKUPF has been cleared).
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Wkupcr
impl Eq for Wkupcr
impl StructuralEq for Wkupcr
impl StructuralPartialEq for Wkupcr
Auto Trait Implementations§
impl RefUnwindSafe for Wkupcr
impl Send for Wkupcr
impl Sync for Wkupcr
impl Unpin for Wkupcr
impl UnwindSafe for Wkupcr
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