Struct nrf52840_pac::nfct::fieldpresent::FIELDPRESENT_SPEC
source · pub struct FIELDPRESENT_SPEC;
Expand description
Indicates the presence or not of a valid field
This register you can read
. See API.
For information about available fields see fieldpresent module
Trait Implementations§
source§impl Readable for FIELDPRESENT_SPEC
impl Readable for FIELDPRESENT_SPEC
read()
method returns fieldpresent::R reader structure
source§impl RegisterSpec for FIELDPRESENT_SPEC
impl RegisterSpec for FIELDPRESENT_SPEC
source§impl Resettable for FIELDPRESENT_SPEC
impl Resettable for FIELDPRESENT_SPEC
reset()
method sets FIELDPRESENT to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for FIELDPRESENT_SPEC
impl RefUnwindSafe for FIELDPRESENT_SPEC
impl Send for FIELDPRESENT_SPEC
impl Sync for FIELDPRESENT_SPEC
impl Unpin for FIELDPRESENT_SPEC
impl UnwindSafe for FIELDPRESENT_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