pub type RX_FIFO_FULL_HLD_CTRL_W<'a, REG> = BitWriter<'a, REG, RX_FIFO_FULL_HLD_CTRL_A>;
Expand description

Field RX_FIFO_FULL_HLD_CTRL writer - This bit controls whether DW_apb_i2c should hold the bus when the Rx FIFO is physically full to its RX_BUFFER_DEPTH, as described in the IC_RX_FULL_HLD_BUS_EN parameter.

Reset value: 0x0.

Aliased Type§

struct RX_FIFO_FULL_HLD_CTRL_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> RX_FIFO_FULL_HLD_CTRL_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn disabled(self) -> &'a mut W<REG>

Overflow when RX_FIFO is full

source

pub fn enabled(self) -> &'a mut W<REG>

Hold bus when RX_FIFO is full