Module esp32s3::i2c0::fifo_st

source ·
Expand description

FIFO status register.

Structs§

Type Aliases§

  • Register FIFO_ST reader
  • Field RXFIFO_RADDR reader - This is the offset address of the APB reading from rxfifo
  • Field RXFIFO_WADDR reader - This is the offset address of i2c module receiving data and writing to rxfifo.
  • Field SLAVE_RW_POINT reader - The received data in I2C slave mode.
  • Field TXFIFO_RADDR reader - This is the offset address of i2c module reading from txfifo.
  • Field TXFIFO_WADDR reader - This is the offset address of APB bus writing to txfifo.