RdmoW

Type Alias RdmoW 

pub type RdmoW<'a, REG> = BitWriter<'a, REG, Rdmo>;
Expand description

Field RDMO writer - Receive Data Match Only

Aliased Type§

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

Implementations§

§

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

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

Received data is stored in the receive FIFO as normal.

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

Received data is discarded unless the RMF is set.