Type Alias rp2040_pac::sio::fifo_st::R
source · 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)