Struct nrf52840_pac::qspi::ifconfig1::IFCONFIG1_SPEC
source · pub struct IFCONFIG1_SPEC;
Expand description
Trait Implementations§
source§impl Readable for IFCONFIG1_SPEC
impl Readable for IFCONFIG1_SPEC
read()
method returns ifconfig1::R reader structure
source§impl RegisterSpec for IFCONFIG1_SPEC
impl RegisterSpec for IFCONFIG1_SPEC
source§impl Resettable for IFCONFIG1_SPEC
impl Resettable for IFCONFIG1_SPEC
reset()
method sets IFCONFIG1 to value 0x0004_0480
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for IFCONFIG1_SPEC
impl Writable for IFCONFIG1_SPEC
write(|w| ..)
method takes ifconfig1::W writer structure
Auto Trait Implementations§
impl Freeze for IFCONFIG1_SPEC
impl RefUnwindSafe for IFCONFIG1_SPEC
impl Send for IFCONFIG1_SPEC
impl Sync for IFCONFIG1_SPEC
impl Unpin for IFCONFIG1_SPEC
impl UnwindSafe for IFCONFIG1_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