Module esp32c6::i2c0::filter_cfg
source · Expand description
SCL and SDA filter configuration register
Structs§
- SCL and SDA filter configuration register
Type Aliases§
- Register
FILTER_CFG
reader - 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. - Register
FILTER_CFG
writer