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