RdmoR

Type Alias RdmoR 

pub type RdmoR = BitReader<Rdmo>;
Expand description

Field RDMO reader - Receive Data Match Only

Aliased Type§

pub struct RdmoR { /* private fields */ }

Implementations§

§

impl RdmoR

pub const fn variant(&self) -> Rdmo

Get enumerated values variant

pub fn is_0(&self) -> bool

Received data is stored in the receive FIFO as normal.

pub fn is_1(&self) -> bool

Received data is discarded unless the RMF is set.