Struct esp32c2_hal::pac::i2c0::fifo_st::R
pub struct R(_);
Expand description
Register FIFO_ST
reader
Implementations§
§impl R
impl R
pub fn rxfifo_raddr(&self) -> FieldReaderRaw<u8, u8>
pub fn rxfifo_raddr(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - This is the offset address of the APB reading from rxfifo
pub fn rxfifo_waddr(&self) -> FieldReaderRaw<u8, u8>
pub fn rxfifo_waddr(&self) -> FieldReaderRaw<u8, u8>
Bits 5:8 - This is the offset address of i2c module receiving data and writing to rxfifo.
pub fn txfifo_raddr(&self) -> FieldReaderRaw<u8, u8>
pub fn txfifo_raddr(&self) -> FieldReaderRaw<u8, u8>
Bits 10:13 - This is the offset address of i2c module reading from txfifo.
pub fn txfifo_waddr(&self) -> FieldReaderRaw<u8, u8>
pub fn txfifo_waddr(&self) -> FieldReaderRaw<u8, u8>
Bits 15:18 - This is the offset address of APB bus writing to txfifo.
Methods from Deref<Target = R<FIFO_ST_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<FIFO_ST_SPEC>> for R
impl From<R<FIFO_ST_SPEC>> for R
§fn from(reader: R<FIFO_ST_SPEC>) -> R
fn from(reader: R<FIFO_ST_SPEC>) -> R
Converts to this type from the input type.