Struct esp32s3::rtcio::sar_i2c_io::R
source · pub struct R(_);
Expand description
Register SAR_I2C_IO
reader
Implementations
sourceimpl R
impl R
sourcepub fn sar_debug_bit_sel(&self) -> SAR_DEBUG_BIT_SEL_R
pub fn sar_debug_bit_sel(&self) -> SAR_DEBUG_BIT_SEL_R
Bits 23:27 - ******* Description configure***
sourcepub fn sar_i2c_scl_sel(&self) -> SAR_I2C_SCL_SEL_R
pub fn sar_i2c_scl_sel(&self) -> SAR_I2C_SCL_SEL_R
Bits 28:29 - ******* Description configure***
sourcepub fn sar_i2c_sda_sel(&self) -> SAR_I2C_SDA_SEL_R
pub fn sar_i2c_sda_sel(&self) -> SAR_I2C_SDA_SEL_R
Bits 30:31 - ******* Description configure***
Methods from Deref<Target = R<SAR_I2C_IO_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_I2C_IO_SPEC>> for R
impl From<R<SAR_I2C_IO_SPEC>> for R
sourcefn from(reader: R<SAR_I2C_IO_SPEC>) -> Self
fn from(reader: R<SAR_I2C_IO_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