[][src]Type Definition ambiq_apollo2_pac::pdm::intset::R

type R = R<u32, INTSET>;

Reader of register INTSET

Methods

impl R[src]

pub fn undfl(&self) -> UNDFL_R[src]

Bit 2 - This is the FIFO underflow interrupt.

pub fn ovf(&self) -> OVF_R[src]

Bit 1 - This is the FIFO overflow interrupt.

pub fn thr(&self) -> THR_R[src]

Bit 0 - This is the FIFO threshold interrupt.