Struct nrf52840_pac::nfct::selres::W
source · pub struct W(/* private fields */);
Expand description
Register SELRES
writer
Implementations§
source§impl W
impl W
sourcepub fn cascade(&mut self) -> CASCADE_W<'_, 2>
pub fn cascade(&mut self) -> CASCADE_W<'_, 2>
Bit 2 - Cascade as defined by the b3 of SEL_RES response in the NFC Forum, NFC Digital Protocol Technical Specification (controlled by hardware, shall be 0)
sourcepub fn protocol(&mut self) -> PROTOCOL_W<'_, 5>
pub fn protocol(&mut self) -> PROTOCOL_W<'_, 5>
Bits 5:6 - Protocol as defined by the b7:b6 of SEL_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
Methods from Deref<Target = W<SELRES_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