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