Type Alias rp2040_pac::i2c0::ic_status::TFNF_R

source ·
pub type TFNF_R = BitReader<TFNF_A>;
Expand description

Field TFNF reader - Transmit FIFO Not Full. Set when the transmit FIFO contains one or more empty locations, and is cleared when the FIFO is full. - 0: Transmit FIFO is full - 1: Transmit FIFO is not full Reset value: 0x1

Aliased Type§

struct TFNF_R { /* private fields */ }

Implementations§

source§

impl TFNF_R

source

pub const fn variant(&self) -> TFNF_A

Get enumerated values variant

source

pub fn is_full(&self) -> bool

Tx FIFO is full

source

pub fn is_not_full(&self) -> bool

Tx FIFO not full