Struct stm32wlxx_hal::pac::tzsc::mpcwm1_upwmr::MPCWM1_UPWMR_SPEC
pub struct MPCWM1_UPWMR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Unprivileged Water Mark 1 register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see mpcwm1_upwmr module
Trait Implementations§
§impl Readable for MPCWM1_UPWMR_SPEC
impl Readable for MPCWM1_UPWMR_SPEC
read()
method returns mpcwm1_upwmr::R reader structure
§impl RegisterSpec for MPCWM1_UPWMR_SPEC
impl RegisterSpec for MPCWM1_UPWMR_SPEC
§impl Resettable for MPCWM1_UPWMR_SPEC
impl Resettable for MPCWM1_UPWMR_SPEC
reset()
method sets MPCWM1_UPWMR to value 0x0fff_0000
§fn reset_value() -> <MPCWM1_UPWMR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MPCWM1_UPWMR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for MPCWM1_UPWMR_SPEC
impl Writable for MPCWM1_UPWMR_SPEC
write(|w| ..)
method takes mpcwm1_upwmr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for MPCWM1_UPWMR_SPEC
impl Send for MPCWM1_UPWMR_SPEC
impl Sync for MPCWM1_UPWMR_SPEC
impl Unpin for MPCWM1_UPWMR_SPEC
impl UnwindSafe for MPCWM1_UPWMR_SPEC
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