Module esp32c6_lp::lp_i2c::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 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.