Type Alias xmc4300::usic0_ch0::rbctr::RnmW

source ·
pub type RnmW<'a, REG> = BitWriter<'a, REG, Rnm>;
Expand description

Field RNM writer - Receiver Notification Mode

Aliased Type§

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

Implementations§

source§

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

source

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

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 value2(self) -> &'a mut W<REG>

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.