Struct stm32_metapac::pwr::regs::Extscr
#[repr(transparent)]pub struct Extscr(pub u32);
Expand description
Power status clear register
Tuple Fields§
§0: u32
Implementations§
§impl Extscr
impl Extscr
pub fn set_c1cssf(&mut self, val: bool)
pub fn set_c1cssf(&mut self, val: bool)
Clear CPU1 Stop Standby flags
pub fn set_c2cssf(&mut self, val: bool)
pub fn set_c2cssf(&mut self, val: bool)
Clear CPU2 Stop Standby flags
pub fn set_c1stopf(&mut self, val: bool)
pub fn set_c1stopf(&mut self, val: bool)
System Stop flag for CPU1
pub fn set_c2stopf(&mut self, val: bool)
pub fn set_c2stopf(&mut self, val: bool)
System Stop flag for CPU2
Trait Implementations§
impl Copy for Extscr
impl Eq for Extscr
impl StructuralPartialEq for Extscr
Auto Trait Implementations§
impl Freeze for Extscr
impl RefUnwindSafe for Extscr
impl Send for Extscr
impl Sync for Extscr
impl Unpin for Extscr
impl UnwindSafe for Extscr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)