Type Alias R

Source
pub type R = R<FIFO_ST_SPEC>;
Expand description

Register FIFO_ST reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R

Bits 0:3 - This is the offset address of the APB reading from rxfifo

Source

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.

Source

pub fn txfifo_raddr(&self) -> TXFIFO_RADDR_R

Bits 10:13 - This is the offset address of i2c module reading from txfifo.

Source

pub fn txfifo_waddr(&self) -> TXFIFO_WADDR_R

Bits 15:18 - This is the offset address of APB bus writing to txfifo.