Type Alias rp2040_pac::xip_ctrl::stat::FIFO_FULL_R

source ·
pub type FIFO_FULL_R = BitReader;
Expand description

Field FIFO_FULL reader - When 1, indicates the XIP streaming FIFO is completely full.
The streaming FIFO is 2 entries deep, so the full and empty
flag allow its level to be ascertained.

Aliased Type§

struct FIFO_FULL_R { /* private fields */ }