Type Alias rp2040_pac::i2c0::ic_status::TFE_R

source ·
pub type TFE_R = BitReader<TFE_A>;
Expand description

Field TFE reader - Transmit FIFO Completely Empty. When the transmit FIFO is completely empty, this bit is set. When it contains one or more valid entries, this bit is cleared. This bit field does not request an interrupt. - 0: Transmit FIFO is not empty - 1: Transmit FIFO is empty Reset value: 0x1

Aliased Type§

struct TFE_R { /* private fields */ }

Implementations§

source§

impl TFE_R

source

pub const fn variant(&self) -> TFE_A

Get enumerated values variant

source

pub fn is_non_empty(&self) -> bool

Tx FIFO not empty

source

pub fn is_empty(&self) -> bool

Tx FIFO is empty