pub type R = R<FIFO_ST_SPEC>;
Expand description
Register FIFO_ST
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn vld(&self) -> VLD_R
pub fn vld(&self) -> VLD_R
Bit 0 - Value is 1 if this core’s RX FIFO is not empty (i.e. if FIFO_RD is valid)
Sourcepub fn rdy(&self) -> RDY_R
pub fn rdy(&self) -> RDY_R
Bit 1 - Value is 1 if this core’s TX FIFO is not full (i.e. if FIFO_WR is ready for more data)