Struct esp32_hal::pac::sens::sar_slave_addr2::R
pub struct R(_);
Expand description
Register SAR_SLAVE_ADDR2
reader
Implementations§
§impl R
impl R
pub fn i2c_slave_addr3(&self) -> FieldReaderRaw<u16, u16>
pub fn i2c_slave_addr3(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10
pub fn i2c_slave_addr2(&self) -> FieldReaderRaw<u16, u16>
pub fn i2c_slave_addr2(&self) -> FieldReaderRaw<u16, u16>
Bits 11:21
Methods from Deref<Target = R<SAR_SLAVE_ADDR2_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_ADDR2_SPEC>> for R
impl From<R<SAR_SLAVE_ADDR2_SPEC>> for R
§fn from(reader: R<SAR_SLAVE_ADDR2_SPEC>) -> R
fn from(reader: R<SAR_SLAVE_ADDR2_SPEC>) -> R
Converts to this type from the input type.