Type Alias xmc4400::usic0_ch0::rbctr::RNM_R

source ·
pub type RNM_R = BitReader<RNM_A>;
Expand description

Field RNM reader - Receiver Notification Mode

Aliased Type§

struct RNM_R { /* private fields */ }

Implementations§

source§

impl RNM_R

source

pub const fn variant(&self) -> RNM_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Filling level mode: A standard receive buffer event occurs when the filling level equals the limit value and changes, either due to a read access from OUTR (LOF = 0) or due to a new received data word (LOF = 1).

source

pub fn is_value2(&self) -> bool

RCI mode: A standard receive buffer event occurs when register OUTR is updated with a new value if the corresponding value in OUTR.RCI[4] = 0. If OUTR.RCI[4] = 1, an alternative receive buffer event occurs instead of the standard receive buffer event.