Module esp32s2::rtc_i2c

source ·
Expand description

Low-power I2C (Inter-Integrated Circuit) Controller

Modules§

  • RTC I2C Command %s
  • Transmission setting
  • RTC I2C read data
  • Version control register
  • Clear RTC I2C interrupt
  • Enable RTC I2C interrupt
  • RTC I2C raw interrupt
  • RTC I2C interrupt status
  • Configure the high level width of SCL
  • Configure the low level width of SCL
  • Configure the delay between the SDA and SCL negative edge for a start condition
  • Configure the delay between SDA and SCL positive edge for a stop condition
  • Configure the SDA hold time after a negative SCL edge
  • Configure slave address
  • RTC I2C status
  • Configure RTC I2C timeout

Structs§

Type Aliases§

  • CMD (rw) register accessor: RTC I2C Command %s
  • CTRL (rw) register accessor: Transmission setting
  • DATA (rw) register accessor: RTC I2C read data
  • DATE (rw) register accessor: Version control register
  • INT_CLR (w) register accessor: Clear RTC I2C interrupt
  • INT_ENA (rw) register accessor: Enable RTC I2C interrupt
  • INT_RAW (r) register accessor: RTC I2C raw interrupt
  • INT_ST (r) register accessor: RTC I2C interrupt status
  • SCL_HIGH (rw) register accessor: Configure the high level width of SCL
  • SCL_LOW (rw) register accessor: Configure the low level width of SCL
  • SCL_START_PERIOD (rw) register accessor: Configure the delay between the SDA and SCL negative edge for a start condition
  • SCL_STOP_PERIOD (rw) register accessor: Configure the delay between SDA and SCL positive edge for a stop condition
  • SDA_DUTY (rw) register accessor: Configure the SDA hold time after a negative SCL edge
  • SLAVE_ADDR (rw) register accessor: Configure slave address
  • STATUS (r) register accessor: RTC I2C status
  • TO (rw) register accessor: Configure RTC I2C timeout