[][src]Type Definition ambiq_apollo3p_pac::bleif::fifoloc::R

type R = R<u32, FIFOLOC>;

Reader of register FIFOLOC

Methods

impl R[src]

pub fn fiforptr(&self) -> FIFORPTR_R[src]

Bits 8:11 - Current FIFO read pointer. Used to index into the incoming FIFO (FIFO1), which is used to store read data returned from external devices during a read operation.

pub fn fifowptr(&self) -> FIFOWPTR_R[src]

Bits 0:3 - Current FIFO write pointer. Value is the index into the outgoing FIFO (FIFO0), which is used during write operations to external devices.