Struct esp32s3_hal::pac::rtcio::sar_i2c_io::R
pub struct R(_);
Expand description
Register SAR_I2C_IO
reader
Implementations§
§impl R
impl R
pub fn sar_debug_bit_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_debug_bit_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 23:27 - ******* Description configure***
pub fn sar_i2c_scl_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_i2c_scl_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 28:29 - ******* Description configure***
pub fn sar_i2c_sda_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_i2c_sda_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 30:31 - ******* Description configure***
Methods from Deref<Target = R<SAR_I2C_IO_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SAR_I2C_IO_SPEC>> for R
impl From<R<SAR_I2C_IO_SPEC>> for R
§fn from(reader: R<SAR_I2C_IO_SPEC>) -> R
fn from(reader: R<SAR_I2C_IO_SPEC>) -> R
Converts to this type from the input type.