Struct esp32s2::i2c0::sda_filter_cfg::R   
source · pub struct R(_);Expand description
Register SDA_FILTER_CFG reader
Implementations§
source§impl R
 
impl R
sourcepub fn sda_filter_thres(&self) -> SDA_FILTER_THRES_R
 
pub fn sda_filter_thres(&self) -> SDA_FILTER_THRES_R
Bits 0:3 - 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.
sourcepub fn sda_filter_en(&self) -> SDA_FILTER_EN_R
 
pub fn sda_filter_en(&self) -> SDA_FILTER_EN_R
Bit 4 - This is the filter enable bit for SDA.