Struct stm32wlxx_hal::pac::pwr::extscr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register EXTSCR
reader
Implementations§
§impl R
impl R
pub fn c2stopf(&self) -> BitReaderRaw<bool>
pub fn c2stopf(&self) -> BitReaderRaw<bool>
Bit 13 - ystem Stop0, 1 flag for CPU2. (All core states retained)
pub fn c2stop2f(&self) -> BitReaderRaw<bool>
pub fn c2stop2f(&self) -> BitReaderRaw<bool>
Bit 12 - ystem Stop2 flag for CPU2. (partial core states retained)
pub fn c2sbf(&self) -> BitReaderRaw<bool>
pub fn c2sbf(&self) -> BitReaderRaw<bool>
Bit 11 - ystem Standby flag for CPU2. (no core states retained)
pub fn c1stopf(&self) -> BitReaderRaw<C1STOPF_A>
pub fn c1stopf(&self) -> BitReaderRaw<C1STOPF_A>
Bit 10 - System Stop0, 1 flag for CPU1. (All core states retained)
pub fn c1stop2f(&self) -> BitReaderRaw<C1STOP2F_A>
pub fn c1stop2f(&self) -> BitReaderRaw<C1STOP2F_A>
Bit 9 - System Stop2 flag for CPU1. (partial core states retained)
Methods from Deref<Target = R<EXTSCR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<EXTSCR_SPEC>> for R
impl From<R<EXTSCR_SPEC>> for R
§fn from(reader: R<EXTSCR_SPEC>) -> R
fn from(reader: R<EXTSCR_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations§
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