Struct esp32s3_hal::pac::sens::sar_slave_addr1::R
pub struct R(_);
Expand description
Register SAR_SLAVE_ADDR1
reader
Implementations§
§impl R
impl R
pub fn sar_i2c_slave_addr1(&self) -> FieldReaderRaw<u16, u16>
pub fn sar_i2c_slave_addr1(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10 - configure i2c slave address1
pub fn sar_i2c_slave_addr0(&self) -> FieldReaderRaw<u16, u16>
pub fn sar_i2c_slave_addr0(&self) -> FieldReaderRaw<u16, u16>
Bits 11:21 - configure i2c slave address0
pub fn sar_saradc_meas_status(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_saradc_meas_status(&self) -> FieldReaderRaw<u8, u8>
Bits 22:29 - no public
Methods from Deref<Target = R<SAR_SLAVE_ADDR1_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_SLAVE_ADDR1_SPEC>> for R
impl From<R<SAR_SLAVE_ADDR1_SPEC>> for R
§fn from(reader: R<SAR_SLAVE_ADDR1_SPEC>) -> R
fn from(reader: R<SAR_SLAVE_ADDR1_SPEC>) -> R
Converts to this type from the input type.