Module esp32s2::i2c0::scl_sp_conf
source · Expand description
Power configuration register
Structs§
- Power configuration register
Type Aliases§
- Register
SCL_SP_CONFreader - Field
SCL_PD_ENreader - The power down enable bit for the I2C output SCL line. 1: Power down. 0: Not power down. Set I2C_SCL_FORCE_OUT and I2C_SCL_PD_EN to 1 to stretch SCL low. - Field
SCL_PD_ENwriter - The power down enable bit for the I2C output SCL line. 1: Power down. 0: Not power down. Set I2C_SCL_FORCE_OUT and I2C_SCL_PD_EN to 1 to stretch SCL low. - Field
SCL_RST_SLV_ENreader - When I2C master is IDLE, set this bit to send out SCL pulses. The number of pulses equals to I2C_SCL_RST_SLV_NUM[4:0]. - Field
SCL_RST_SLV_ENwriter - When I2C master is IDLE, set this bit to send out SCL pulses. The number of pulses equals to I2C_SCL_RST_SLV_NUM[4:0]. - Field
SCL_RST_SLV_NUMreader - Configure the pulses of SCL generated in I2C master mode. Valid when I2C_SCL_RST_SLV_EN is 1. - Field
SCL_RST_SLV_NUMwriter - Configure the pulses of SCL generated in I2C master mode. Valid when I2C_SCL_RST_SLV_EN is 1. - Field
SDA_PD_ENreader - The power down enable bit for the I2C output SDA line. 1: Power down. 0: Not power down. Set I2C_SDA_FORCE_OUT and I2C_SDA_PD_EN to 1 to stretch SDA low. - Field
SDA_PD_ENwriter - The power down enable bit for the I2C output SDA line. 1: Power down. 0: Not power down. Set I2C_SDA_FORCE_OUT and I2C_SDA_PD_EN to 1 to stretch SDA low. - Register
SCL_SP_CONFwriter