Struct stm32wlxx_hal::pac::flash::pcrop1bsr::PCROP1BSR_SPEC
pub struct PCROP1BSR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for PCROP1BSR_SPEC
impl Readable for PCROP1BSR_SPEC
read()
method returns pcrop1bsr::R reader structure
§impl RegisterSpec for PCROP1BSR_SPEC
impl RegisterSpec for PCROP1BSR_SPEC
§impl Resettable for PCROP1BSR_SPEC
impl Resettable for PCROP1BSR_SPEC
reset()
method sets PCROP1BSR to value 0xffff_ffff
§fn reset_value() -> <PCROP1BSR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <PCROP1BSR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for PCROP1BSR_SPEC
impl Writable for PCROP1BSR_SPEC
write(|w| ..)
method takes pcrop1bsr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for PCROP1BSR_SPEC
impl Send for PCROP1BSR_SPEC
impl Sync for PCROP1BSR_SPEC
impl Unpin for PCROP1BSR_SPEC
impl UnwindSafe for PCROP1BSR_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