Module esp32c2_hal::pac::i2c0::fifo_st

Expand description

FIFO status register.

Structs

FIFO status register.
Register FIFO_ST reader

Type Definitions

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.