Struct stm32wlxx_hal::pac::dbgmcu::cr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR
reader
Implementations§
§impl R
impl R
pub fn dbg_sleep(&self) -> BitReaderRaw<DBG_SLEEP_A>
pub fn dbg_sleep(&self) -> BitReaderRaw<DBG_SLEEP_A>
Bit 0 - Allow debug in SLEEP mode
pub fn dbg_stop(&self) -> BitReaderRaw<DBG_STOP_A>
pub fn dbg_stop(&self) -> BitReaderRaw<DBG_STOP_A>
Bit 1 - Allow debug in STOP mode
pub fn dbg_standby(&self) -> BitReaderRaw<DBG_STANDBY_A>
pub fn dbg_standby(&self) -> BitReaderRaw<DBG_STANDBY_A>
Bit 2 - Allow debug in STANDBY mode
Methods from Deref<Target = R<CR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
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