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