Struct esp32s3_hal::pac::i2c0::rxfifo_start_addr::R
pub struct R(_);
Expand description
Register RXFIFO_START_ADDR
reader
Implementations§
§impl R
impl R
pub fn rxfifo_start_addr(&self) -> FieldReaderRaw<u32, u32>
pub fn rxfifo_start_addr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - This is the I2C rxfifo first address.
Methods from Deref<Target = R<RXFIFO_START_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<RXFIFO_START_ADDR_SPEC>> for R
impl From<R<RXFIFO_START_ADDR_SPEC>> for R
§fn from(reader: R<RXFIFO_START_ADDR_SPEC>) -> R
fn from(reader: R<RXFIFO_START_ADDR_SPEC>) -> R
Converts to this type from the input type.