Struct esp32::i2c0::sda_filter_cfg::W
source · pub struct W(_);Expand description
Register SDA_FILTER_CFG writer
Implementations
sourceimpl W
impl W
sourcepub fn sda_filter_thres(&mut self) -> SDA_FILTER_THRES_W<'_, 0>
pub fn sda_filter_thres(&mut self) -> SDA_FILTER_THRES_W<'_, 0>
Bits 0:2 - When input SCL’s pulse width is smaller than this register value I2C ignores this pulse.
sourcepub fn sda_filter_en(&mut self) -> SDA_FILTER_EN_W<'_, 3>
pub fn sda_filter_en(&mut self) -> SDA_FILTER_EN_W<'_, 3>
Bit 3 - This is the filter enable bit for SDA.
Methods from Deref<Target = W<SDA_FILTER_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<SDA_FILTER_CFG_SPEC>> for W
impl From<W<SDA_FILTER_CFG_SPEC>> for W
sourcefn from(writer: W<SDA_FILTER_CFG_SPEC>) -> Self
fn from(writer: W<SDA_FILTER_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more