pub struct R(_);
Expand description
Register FIFO_ST
reader
Implementations§
source§impl R
impl R
sourcepub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R
pub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R
Bits 0:3 - 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:8 - 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:13 - 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:18 - This is the offset address of APB bus writing to txfifo.