Type Alias rp2040_pac::i2c0::ic_status::RFF_R

source ·
pub type RFF_R = BitReader<RFF_A>;
Expand description

Field RFF reader - Receive FIFO Completely Full. When the receive FIFO is completely full, this bit is set. When the receive FIFO contains one or more empty location, this bit is cleared. - 0: Receive FIFO is not full - 1: Receive FIFO is full Reset value: 0x0

Aliased Type§

struct RFF_R { /* private fields */ }

Implementations§

source§

impl RFF_R

source

pub const fn variant(&self) -> RFF_A

Get enumerated values variant

source

pub fn is_not_full(&self) -> bool

Rx FIFO not full

source

pub fn is_full(&self) -> bool

Rx FIFO is full