DmfW

Type Alias DmfW 

pub type DmfW<'a, REG> = BitWriter<'a, REG, Dmf>;
Expand description

Field DMF writer - Data Match Flag

Aliased Type§

pub struct DmfW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> DmfW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Have not received matching data.

pub fn _1(self) -> &'a mut W<REG>

Have received matching data.