Module scl_sp_conf

Source
Expand description

Power configuration register

Structs§

SCL_SP_CONF_SPEC
Power configuration register

Type Aliases§

R
Register SCL_SP_CONF reader
SCL_PD_EN_R
Field SCL_PD_EN reader - The power down enable bit for the I2C output SCL line. 1: Power down. 0: Not power down. Set reg_scl_force_out and reg_scl_pd_en to 1 to stretch SCL low.
SCL_PD_EN_W
Field SCL_PD_EN writer - The power down enable bit for the I2C output SCL line. 1: Power down. 0: Not power down. Set reg_scl_force_out and reg_scl_pd_en to 1 to stretch SCL low.
SCL_RST_SLV_EN_R
Field SCL_RST_SLV_EN reader - When I2C master is IDLE, set this bit to send out SCL pulses. The number of pulses equals to reg_scl_rst_slv_num[4:0].
SCL_RST_SLV_EN_W
Field SCL_RST_SLV_EN writer - When I2C master is IDLE, set this bit to send out SCL pulses. The number of pulses equals to reg_scl_rst_slv_num[4:0].
SCL_RST_SLV_NUM_R
Field SCL_RST_SLV_NUM reader - Configure the pulses of SCL generated in I2C master mode. Valid when reg_scl_rst_slv_en is 1.
SCL_RST_SLV_NUM_W
Field SCL_RST_SLV_NUM writer - Configure the pulses of SCL generated in I2C master mode. Valid when reg_scl_rst_slv_en is 1.
SDA_PD_EN_R
Field SDA_PD_EN reader - The power down enable bit for the I2C output SDA line. 1: Power down. 0: Not power down. Set reg_sda_force_out and reg_sda_pd_en to 1 to stretch SDA low.
SDA_PD_EN_W
Field SDA_PD_EN writer - The power down enable bit for the I2C output SDA line. 1: Power down. 0: Not power down. Set reg_sda_force_out and reg_sda_pd_en to 1 to stretch SDA low.
W
Register SCL_SP_CONF writer