pub struct R(_);
Expand description
Register FIFO_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R
pub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R
Bits 0:4 - This is the offset address of the APB reading from rxfifo
sourcepub fn rxfifo_waddr(&self) -> RXFIFO_WADDR_R
pub fn rxfifo_waddr(&self) -> RXFIFO_WADDR_R
Bits 5:9 - This is the offset address of i2c module receiving data and writing to rxfifo.
sourcepub fn txfifo_raddr(&self) -> TXFIFO_RADDR_R
pub fn txfifo_raddr(&self) -> TXFIFO_RADDR_R
Bits 10:14 - This is the offset address of i2c module reading from txfifo.
sourcepub fn txfifo_waddr(&self) -> TXFIFO_WADDR_R
pub fn txfifo_waddr(&self) -> TXFIFO_WADDR_R
Bits 15:19 - This is the offset address of APB bus writing to txfifo.
sourcepub fn slave_rw_point(&self) -> SLAVE_RW_POINT_R
pub fn slave_rw_point(&self) -> SLAVE_RW_POINT_R
Bits 22:29 - The received data in I2C slave mode.
Methods from Deref<Target = R<FIFO_ST_SPEC>>
Trait Implementations
sourceimpl From<R<FIFO_ST_SPEC>> for R
impl From<R<FIFO_ST_SPEC>> for R
sourcefn from(reader: R<FIFO_ST_SPEC>) -> Self
fn from(reader: R<FIFO_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more