pub struct R(_);
Expand description
Register FILTER_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn scl_filter_thres(&self) -> SCL_FILTER_THRES_R
pub fn scl_filter_thres(&self) -> SCL_FILTER_THRES_R
Bits 0:3 - 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.
sourcepub fn sda_filter_thres(&self) -> SDA_FILTER_THRES_R
pub fn sda_filter_thres(&self) -> SDA_FILTER_THRES_R
Bits 4:7 - 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 scl_filter_en(&self) -> SCL_FILTER_EN_R
pub fn scl_filter_en(&self) -> SCL_FILTER_EN_R
Bit 8 - This is the filter enable bit for SCL.
sourcepub fn sda_filter_en(&self) -> SDA_FILTER_EN_R
pub fn sda_filter_en(&self) -> SDA_FILTER_EN_R
Bit 9 - This is the filter enable bit for SDA.
Methods from Deref<Target = R<FILTER_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<FILTER_CFG_SPEC>> for R
impl From<R<FILTER_CFG_SPEC>> for R
sourcefn from(reader: R<FILTER_CFG_SPEC>) -> Self
fn from(reader: R<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