pub type RX_FULL_R = BitReader<RX_FULL_A>;
Expand description

Field RX_FULL reader - Set when the receive buffer reaches or goes above the RX_TL threshold in the IC_RX_TL register. It is automatically cleared by hardware when buffer level goes below the threshold. If the module is disabled (IC_ENABLE[0]=0), the RX FIFO is flushed and held in reset; therefore the RX FIFO is not full. So this bit is cleared once the IC_ENABLE bit 0 is programmed with a 0, regardless of the activity that continues.

Reset value: 0x0

Aliased Type§

struct RX_FULL_R { /* private fields */ }

Implementations§

source§

impl RX_FULL_R

source

pub const fn variant(&self) -> RX_FULL_A

Get enumerated values variant

source

pub fn is_inactive(&self) -> bool

RX_FULL interrupt is inactive

source

pub fn is_active(&self) -> bool

RX_FULL interrupt is active