Struct esp32c3::i2c0::scl_sp_conf::R
source · pub struct R(_);Expand description
Register SCL_SP_CONF reader
Implementations
sourceimpl R
impl R
sourcepub fn scl_rst_slv_en(&self) -> SCL_RST_SLV_EN_R
pub fn scl_rst_slv_en(&self) -> SCL_RST_SLV_EN_R
Bit 0 - reg_scl_rst_slv_en
sourcepub fn scl_rst_slv_num(&self) -> SCL_RST_SLV_NUM_R
pub fn scl_rst_slv_num(&self) -> SCL_RST_SLV_NUM_R
Bits 1:5 - reg_scl_rst_slv_num
sourcepub fn scl_pd_en(&self) -> SCL_PD_EN_R
pub fn scl_pd_en(&self) -> SCL_PD_EN_R
Bit 6 - reg_scl_pd_en
sourcepub fn sda_pd_en(&self) -> SDA_PD_EN_R
pub fn sda_pd_en(&self) -> SDA_PD_EN_R
Bit 7 - reg_sda_pd_en
Methods from Deref<Target = R<SCL_SP_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SCL_SP_CONF_SPEC>> for R
impl From<R<SCL_SP_CONF_SPEC>> for R
sourcefn from(reader: R<SCL_SP_CONF_SPEC>) -> Self
fn from(reader: R<SCL_SP_CONF_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