pub type TX_OVER_R = BitReader<TX_OVER_A>;
Expand description

Field TX_OVER reader - Set during transmit if the transmit buffer is filled to IC_TX_BUFFER_DEPTH and the processor attempts to issue another I2C command by writing to the IC_DATA_CMD register. When the module is disabled, this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared.

Reset value: 0x0

Aliased Type§

struct TX_OVER_R { /* private fields */ }

Implementations§

source§

impl TX_OVER_R

source

pub const fn variant(&self) -> TX_OVER_A

Get enumerated values variant

source

pub fn is_inactive(&self) -> bool

TX_OVER interrupt is inactive

source

pub fn is_active(&self) -> bool

TX_OVER interrupt is active