Struct esp32c3::i2c0::filter_cfg::W
source · pub struct W(_);
Expand description
Register FILTER_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn scl_filter_thres(&mut self) -> SCL_FILTER_THRES_W<'_, 0>
pub fn scl_filter_thres(&mut self) -> SCL_FILTER_THRES_W<'_, 0>
Bits 0:3 - reg_scl_filter_thres
sourcepub fn sda_filter_thres(&mut self) -> SDA_FILTER_THRES_W<'_, 4>
pub fn sda_filter_thres(&mut self) -> SDA_FILTER_THRES_W<'_, 4>
Bits 4:7 - reg_sda_filter_thres
sourcepub fn scl_filter_en(&mut self) -> SCL_FILTER_EN_W<'_, 8>
pub fn scl_filter_en(&mut self) -> SCL_FILTER_EN_W<'_, 8>
Bit 8 - reg_scl_filter_en
sourcepub fn sda_filter_en(&mut self) -> SDA_FILTER_EN_W<'_, 9>
pub fn sda_filter_en(&mut self) -> SDA_FILTER_EN_W<'_, 9>
Bit 9 - reg_sda_filter_en
Methods from Deref<Target = W<FILTER_CFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more