Struct stm32_hal2::pac::flash::optsr_prg::OPTSR_PRG_SPEC
source · pub struct OPTSR_PRG_SPEC;Expand description
Trait Implementations§
source§impl Readable for OPTSR_PRG_SPEC
impl Readable for OPTSR_PRG_SPEC
read() method returns optsr_prg::R reader structure
source§impl RegisterSpec for OPTSR_PRG_SPEC
impl RegisterSpec for OPTSR_PRG_SPEC
source§impl Resettable for OPTSR_PRG_SPEC
impl Resettable for OPTSR_PRG_SPEC
reset() method sets OPTSR_PRG to value 0
source§fn reset_value() -> <OPTSR_PRG_SPEC as RegisterSpec>::Ux
fn reset_value() -> <OPTSR_PRG_SPEC as RegisterSpec>::Ux
Reset value of the register.
source§impl Writable for OPTSR_PRG_SPEC
impl Writable for OPTSR_PRG_SPEC
write(|w| ..) method takes optsr_prg::W writer structure
Auto Trait Implementations§
impl Freeze for OPTSR_PRG_SPEC
impl RefUnwindSafe for OPTSR_PRG_SPEC
impl Send for OPTSR_PRG_SPEC
impl Sync for OPTSR_PRG_SPEC
impl Unpin for OPTSR_PRG_SPEC
impl UnwindSafe for OPTSR_PRG_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