[][src]Type Definition esp32::i2c::i2c_rxfifo_st_reg::R

type R = R<u32, I2C_RXFIFO_ST_REG>;

Reader of register I2C_RXFIFO_ST_REG

Methods

impl R[src]

pub fn i2c_txfifo_end_addr(&self) -> I2C_TXFIFO_END_ADDR_R[src]

Bits 15:19 - This is the offset address of the last sending data as described in nonfifo_tx_thres register.

pub fn i2c_txfifo_start_addr(&self) -> I2C_TXFIFO_START_ADDR_R[src]

Bits 10:14 - This is the offset address of the first sending data as described in nonfifo_tx_thres register.

pub fn i2c_rxfifo_end_addr(&self) -> I2C_RXFIFO_END_ADDR_R[src]

Bits 5:9 - This is the offset address of the first receiving data as described in nonfifo_rx_thres_register.

pub fn i2c_rxfifo_start_addr(&self) -> I2C_RXFIFO_START_ADDR_R[src]

Bits 0:4 - This is the offset address of the last receiving data as described in nonfifo_rx_thres_register.