Struct esp32s3_hal::pac::rtc_i2c::slave_addr::R
pub struct R(_);
Expand description
Register SLAVE_ADDR
reader
Implementations§
§impl R
impl R
pub fn slave_addr(&self) -> FieldReaderRaw<u16, u16>
pub fn slave_addr(&self) -> FieldReaderRaw<u16, u16>
Bits 0:14 - slave address
pub fn addr_10bit_en(&self) -> BitReaderRaw<bool>
pub fn addr_10bit_en(&self) -> BitReaderRaw<bool>
Bit 31 - i2c 10bit mode enable
Methods from Deref<Target = R<SLAVE_ADDR_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<SLAVE_ADDR_SPEC>> for R
impl From<R<SLAVE_ADDR_SPEC>> for R
§fn from(reader: R<SLAVE_ADDR_SPEC>) -> R
fn from(reader: R<SLAVE_ADDR_SPEC>) -> R
Converts to this type from the input type.