Struct stm32_metapac::pwr::regs::Extscr
#[repr(transparent)]pub struct Extscr(pub u32);
Expand description
Power extended status and 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)
lear CPU2 Stop Standby flags
pub fn set_c1stop2f(&mut self, val: bool)
pub fn set_c1stop2f(&mut self, val: bool)
System Stop2 flag for CPU1. (partial core states retained)
pub fn set_c1stopf(&mut self, val: bool)
pub fn set_c1stopf(&mut self, val: bool)
System Stop0, 1 flag for CPU1. (All core states retained)
pub fn set_c2stop2f(&mut self, val: bool)
pub fn set_c2stop2f(&mut self, val: bool)
ystem Stop2 flag for CPU2. (partial core states retained)
pub fn set_c2stopf(&mut self, val: bool)
pub fn set_c2stopf(&mut self, val: bool)
ystem Stop0, 1 flag for CPU2. (All core states retained)
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
)