Type Alias rp2040_pac::i2c0::ic_status::RFNE_R

source ·
pub type RFNE_R = BitReader<RFNE_A>;
Expand description

Field RFNE reader - Receive FIFO Not Empty. This bit is set when the receive FIFO contains one or more entries; it is cleared when the receive FIFO is empty. - 0: Receive FIFO is empty - 1: Receive FIFO is not empty Reset value: 0x0

Aliased Type§

struct RFNE_R { /* private fields */ }

Implementations§

source§

impl RFNE_R

source

pub const fn variant(&self) -> RFNE_A

Get enumerated values variant

source

pub fn is_empty(&self) -> bool

Rx FIFO is empty

source

pub fn is_not_empty(&self) -> bool

Rx FIFO not empty