Module esp32::rtc_i2c::ctrl

source ·
Expand description

Structs

This register you can read, write_with_zero, reset, write, modify. See API.
Register CTRL reader
Register CTRL writer

Type Definitions

Field MS_MODE reader - Master (1) or slave (0)
Field MS_MODE writer - Master (1) or slave (0)
Field RX_LSB_FIRST reader - Receive LSB first
Field RX_LSB_FIRST writer - Receive LSB first
Field SCL_FORCE_OUT reader - SCL is push-pull (1) or open-drain (0)
Field SCL_FORCE_OUT writer - SCL is push-pull (1) or open-drain (0)
Field SDA_FORCE_OUT reader - SDA is push-pull (1) or open-drain (0)
Field SDA_FORCE_OUT writer - SDA is push-pull (1) or open-drain (0)
Field TRANS_START reader - Force to generate start condition
Field TRANS_START writer - Force to generate start condition
Field TX_LSB_FIRST reader - Send LSB first
Field TX_LSB_FIRST writer - Send LSB first