Struct stm32_hal2::pac::flash::optkeyr::OPTKEYR_SPEC
source · [−]pub struct OPTKEYR_SPEC;Expand description
Trait Implementations
sourceimpl Readable for OPTKEYR_SPEC
impl Readable for OPTKEYR_SPEC
read() method returns optkeyr::R reader structure
sourceimpl RegisterSpec for OPTKEYR_SPEC
impl RegisterSpec for OPTKEYR_SPEC
sourceimpl Resettable for OPTKEYR_SPEC
impl Resettable for OPTKEYR_SPEC
reset() method sets OPTKEYR to value 0
sourcefn reset_value() -> <OPTKEYR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <OPTKEYR_SPEC as RegisterSpec>::Ux
Reset value of the register.
sourceimpl Writable for OPTKEYR_SPEC
impl Writable for OPTKEYR_SPEC
write(|w| ..) method takes optkeyr::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for OPTKEYR_SPEC
impl Send for OPTKEYR_SPEC
impl Sync for OPTKEYR_SPEC
impl Unpin for OPTKEYR_SPEC
impl UnwindSafe for OPTKEYR_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more