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

type W = W<u32, I2C_RXFIFO_ST_REG>;

Writer for register I2C_RXFIFO_ST_REG

Methods

impl W[src]

pub fn i2c_txfifo_end_addr(&mut self) -> I2C_TXFIFO_END_ADDR_W[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(&mut self) -> I2C_TXFIFO_START_ADDR_W[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(&mut self) -> I2C_RXFIFO_END_ADDR_W[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(&mut self) -> I2C_RXFIFO_START_ADDR_W[src]

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