[][src]Type Definition ambiq_apollo1_pac::ioslave::fifocfg::R

type R = R<u32, FIFOCFG>;

Reader of register FIFOCFG

Methods

impl R[src]

pub fn robase(&self) -> ROBASE_R[src]

Bits 24:29 - Defines the read-only area. The IO Slave read-only area is situated in LRAM at (ROBASE8) to (FIFOOBASE8-1)

pub fn fifomax(&self) -> FIFOMAX_R[src]

Bits 8:13 - These bits hold the maximum FIFO address in 8 byte segments. It is also the beginning of the RAM area of the LRAM. Note that no RAM area is configured if FIFOMAX is set to 0x1F.

pub fn fifobase(&self) -> FIFOBASE_R[src]

Bits 0:4 - These bits hold the base address of the I/O FIFO in 8 byte segments. The IO Slave FIFO is situated in LRAM at (FIFOBASE8) to (FIFOMAX8-1).