nrf52840_pac::nfct::sensres

Type Alias BITFRAMESDD_W

Source
pub type BITFRAMESDD_W<'a, const O: u8> = FieldWriter<'a, u32, SENSRES_SPEC, u8, BITFRAMESDD_A, 5, O>;
Expand description

Field BITFRAMESDD writer - 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

Aliased Type§

struct BITFRAMESDD_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> BITFRAMESDD_W<'a, O>

Source

pub fn sdd00000(self) -> &'a mut W

SDD pattern 00000

Source

pub fn sdd00001(self) -> &'a mut W

SDD pattern 00001

Source

pub fn sdd00010(self) -> &'a mut W

SDD pattern 00010

Source

pub fn sdd00100(self) -> &'a mut W

SDD pattern 00100

Source

pub fn sdd01000(self) -> &'a mut W

SDD pattern 01000

Source

pub fn sdd10000(self) -> &'a mut W

SDD pattern 10000