[][src]Type Definition ambiq_apollo1_pac::adc::fifo::R

type R = R<u32, FIFO>;

Reader of register FIFO

Methods

impl R[src]

pub fn rsvd_27(&self) -> RSVD_27_R[src]

Bits 27:31 - RESERVED.

pub fn slotnum(&self) -> SLOTNUM_R[src]

Bits 24:26 - Slot number associated with this FIFO data.

pub fn rsvd_20(&self) -> RSVD_20_R[src]

Bits 20:23 - RESERVED.

pub fn count(&self) -> COUNT_R[src]

Bits 16:19 - Number of valid entries in the ADC FIFO.

pub fn data(&self) -> DATA_R[src]

Bits 0:15 - Oldest data in the FIFO.