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