Struct nrf52840_pac::nfct::txd::frameconfig::W
source · pub struct W(/* private fields */);
Expand description
Register FRAMECONFIG
writer
Implementations§
source§impl W
impl W
sourcepub fn discardmode(&mut self) -> DISCARDMODE_W<'_, 1>
pub fn discardmode(&mut self) -> DISCARDMODE_W<'_, 1>
Bit 1 - Discarding unused bits at start or end of a frame
sourcepub fn crcmodetx(&mut self) -> CRCMODETX_W<'_, 4>
pub fn crcmodetx(&mut self) -> CRCMODETX_W<'_, 4>
Bit 4 - CRC mode for outgoing frames
Methods from Deref<Target = W<FRAMECONFIG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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