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

type W = W<u32, FIFOLOC>;

Writer for register FIFOLOC

Methods

impl W[src]

pub fn fiforptr(&mut self) -> FIFORPTR_W[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(&mut self) -> FIFOWPTR_W[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.