Struct esp32s3_hal::pac::sens::sar_slave_addr3::R
pub struct R(_);
Expand description
Register SAR_SLAVE_ADDR3
reader
Implementations§
§impl R
impl R
pub fn sar_i2c_slave_addr5(&self) -> FieldReaderRaw<u16, u16>
pub fn sar_i2c_slave_addr5(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10 - configure i2c slave address5
pub fn sar_i2c_slave_addr4(&self) -> FieldReaderRaw<u16, u16>
pub fn sar_i2c_slave_addr4(&self) -> FieldReaderRaw<u16, u16>
Bits 11:21 - configure i2c slave address4
Methods from Deref<Target = R<SAR_SLAVE_ADDR3_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_ADDR3_SPEC>> for R
impl From<R<SAR_SLAVE_ADDR3_SPEC>> for R
§fn from(reader: R<SAR_SLAVE_ADDR3_SPEC>) -> R
fn from(reader: R<SAR_SLAVE_ADDR3_SPEC>) -> R
Converts to this type from the input type.