Module esp32::rtc_i2c::debug_status

source ·
Expand description

Structs

Type Definitions

  • Field ACK_VAL reader - The value of an acknowledge signal on the bus
  • Field ACK_VAL writer - The value of an acknowledge signal on the bus
  • Field ARB_LOST reader - When working as a master, lost control of I2C bus
  • Field ARB_LOST writer - When working as a master, lost control of I2C bus
  • Field BUS_BUSY reader - operation is in progress
  • Field BUS_BUSY writer - operation is in progress
  • Field BYTE_TRANS reader - 8 bit transmit done
  • Field BYTE_TRANS writer - 8 bit transmit done
  • Field MAIN_STATE reader - state of the main state machine
  • Field MAIN_STATE writer - state of the main state machine
  • Field SCL_STATE reader - state of SCL state machine
  • Field SCL_STATE writer - state of SCL state machine
  • Field SLAVE_ADDR_MATCH reader - When working as a slave, whether address was matched
  • Field SLAVE_ADDR_MATCH writer - When working as a slave, whether address was matched
  • Field SLAVE_RW reader - When working as a slave, the value of R/W bit received
  • Field SLAVE_RW writer - When working as a slave, the value of R/W bit received
  • Field TIMED_OUT reader - Transfer has timed out
  • Field TIMED_OUT writer - Transfer has timed out