[][src]Struct nrf52832_hal::target::nfct::sensres::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn bitframesdd(&self) -> BITFRAMESDDR[src]

Bits 0:4 - Bit frame SDD as defined by the b5:b1 of byte 1 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification

pub fn rfu5(&self) -> RFU5R[src]

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

pub fn nfcidsize(&self) -> NFCIDSIZER[src]

Bits 6:7 - NFCID1 size. This value is used by the Auto collision resolution engine.

pub fn platfconfig(&self) -> PLATFCONFIGR[src]

Bits 8:11 - Tag platform configuration as defined by the b4:b1 of byte 2 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification

pub fn rfu74(&self) -> RFU74R[src]

Bits 12:15 - Reserved for future use. Shall be 0.

Auto Trait Implementations

impl Send for R

impl Sync for R

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