Struct stm32wlxx_hal::pac::flash::srrvr::SRRVR_SPEC
pub struct SRRVR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for SRRVR_SPEC
impl Readable for SRRVR_SPEC
read()
method returns srrvr::R reader structure
§impl RegisterSpec for SRRVR_SPEC
impl RegisterSpec for SRRVR_SPEC
§impl Resettable for SRRVR_SPEC
impl Resettable for SRRVR_SPEC
reset()
method sets SRRVR to value 0xffff_8000
§fn reset_value() -> <SRRVR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <SRRVR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for SRRVR_SPEC
impl Send for SRRVR_SPEC
impl Sync for SRRVR_SPEC
impl Unpin for SRRVR_SPEC
impl UnwindSafe for SRRVR_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