DmfR

Type Alias DmfR 

pub type DmfR = BitReader<Dmf>;
Expand description

Field DMF reader - Data Match Flag

Aliased Type§

pub struct DmfR { /* private fields */ }

Implementations§

§

impl DmfR

pub const fn variant(&self) -> Dmf

Get enumerated values variant

pub fn is_0(&self) -> bool

Have not received matching data.

pub fn is_1(&self) -> bool

Have received matching data.