pub type W = W<FIFO_ST_SPEC>;
Expand description
Register FIFO_ST
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn wof(&mut self) -> WOF_W<'_, FIFO_ST_SPEC>
pub fn wof(&mut self) -> WOF_W<'_, FIFO_ST_SPEC>
Bit 2 - Sticky flag indicating the TX FIFO was written when full. This write was ignored by the FIFO.
Sourcepub fn roe(&mut self) -> ROE_W<'_, FIFO_ST_SPEC>
pub fn roe(&mut self) -> ROE_W<'_, FIFO_ST_SPEC>
Bit 3 - Sticky flag indicating the RX FIFO was read when empty. This read was ignored by the FIFO.