Module esp32c6::i2c0::filter_cfg  
source · Expand description
SCL and SDA filter configuration register
Structs
- SCL and SDA filter configuration register
- RegisterFILTER_CFGreader
- RegisterFILTER_CFGwriter
Type Definitions
- FieldSCL_FILTER_ENreader - This is the filter enable bit for SCL.
- FieldSCL_FILTER_ENwriter - This is the filter enable bit for SCL.
- FieldSCL_FILTER_THRESreader - 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.
- FieldSCL_FILTER_THRESwriter - 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.
- FieldSDA_FILTER_ENreader - This is the filter enable bit for SDA.
- FieldSDA_FILTER_ENwriter - This is the filter enable bit for SDA.
- FieldSDA_FILTER_THRESreader - 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.
- FieldSDA_FILTER_THRESwriter - 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.