Struct nrf52840_pac::qspi::cinstrdat1::CINSTRDAT1_SPEC
source · pub struct CINSTRDAT1_SPEC;
Expand description
Custom instruction data register 1.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see cinstrdat1 module
Trait Implementations§
source§impl Readable for CINSTRDAT1_SPEC
impl Readable for CINSTRDAT1_SPEC
read()
method returns cinstrdat1::R reader structure
source§impl RegisterSpec for CINSTRDAT1_SPEC
impl RegisterSpec for CINSTRDAT1_SPEC
source§impl Resettable for CINSTRDAT1_SPEC
impl Resettable for CINSTRDAT1_SPEC
reset()
method sets CINSTRDAT1 to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for CINSTRDAT1_SPEC
impl Writable for CINSTRDAT1_SPEC
write(|w| ..)
method takes cinstrdat1::W writer structure
Auto Trait Implementations§
impl Freeze for CINSTRDAT1_SPEC
impl RefUnwindSafe for CINSTRDAT1_SPEC
impl Send for CINSTRDAT1_SPEC
impl Sync for CINSTRDAT1_SPEC
impl Unpin for CINSTRDAT1_SPEC
impl UnwindSafe for CINSTRDAT1_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