[][src]Struct nrf52832_hal::target::nfct::selres::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn rfu10(&mut self) -> _RFU10W[src]

Bits 0:1 - Reserved for future use. Shall be 0.

pub fn cascade(&mut self) -> _CASCADEW[src]

Bit 2 - Cascade bit (controlled by hardware, write has no effect)

pub fn rfu43(&mut self) -> _RFU43W[src]

Bits 3:4 - Reserved for future use. Shall be 0.

pub fn protocol(&mut self) -> _PROTOCOLW[src]

Bits 5:6 - Protocol as defined by the b7:b6 of SEL_RES response in the NFC Forum, NFC Digital Protocol Technical Specification

pub fn rfu7(&mut self) -> _RFU7W[src]

Bit 7 - Reserved for future use. Shall be 0.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self