Module esp32c2::i2c0::filter_cfg
source · [−]Expand description
SCL and SDA filter configuration register
Structs
SCL and SDA filter configuration register
Register
FILTER_CFG
readerRegister
FILTER_CFG
writerType Definitions
Field
SCL_FILTER_EN
reader - This is the filter enable bit for SCL.Field
SCL_FILTER_EN
writer - This is the filter enable bit for SCL.Field
SCL_FILTER_THRES
reader - When a pulse on the SCL input has smaller width than this register value in I2C module clock cycles, the I2C controller will ignore that pulse.Field
SCL_FILTER_THRES
writer - When a pulse on the SCL input has smaller width than this register value in I2C module clock cycles, the I2C controller will ignore that pulse.Field
SDA_FILTER_EN
reader - This is the filter enable bit for SDA.Field
SDA_FILTER_EN
writer - This is the filter enable bit for SDA.Field
SDA_FILTER_THRES
reader - When a pulse on the SDA input has smaller width than this register value in I2C module clock cycles, the I2C controller will ignore that pulse.Field
SDA_FILTER_THRES
writer - When a pulse on the SDA input has smaller width than this register value in I2C module clock cycles, the I2C controller will ignore that pulse.