Struct atsamd51n::qspi::instrframe::INSTRFRAME_SPEC
source · [−]pub struct INSTRFRAME_SPEC;
Expand description
Instruction Frame
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see instrframe module
Trait Implementations
sourceimpl Readable for INSTRFRAME_SPEC
impl Readable for INSTRFRAME_SPEC
read()
method returns instrframe::R reader structure
sourceimpl RegisterSpec for INSTRFRAME_SPEC
impl RegisterSpec for INSTRFRAME_SPEC
sourceimpl Resettable for INSTRFRAME_SPEC
impl Resettable for INSTRFRAME_SPEC
reset()
method sets INSTRFRAME to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for INSTRFRAME_SPEC
impl Writable for INSTRFRAME_SPEC
write(|w| ..)
method takes instrframe::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for INSTRFRAME_SPEC
impl Send for INSTRFRAME_SPEC
impl Sync for INSTRFRAME_SPEC
impl Unpin for INSTRFRAME_SPEC
impl UnwindSafe for INSTRFRAME_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