[][src]Type Definition lpc54606_pac::dmic0::channel::fifo_status::R

type R = R<u32, FIFO_STATUS>;

Reader of register FIFO_STATUS

Methods

impl R[src]

pub fn int(&self) -> INT_R[src]

Bit 0 - Interrupt flag. Asserted when FIFO data reaches the level specified in the FIFOCTRL register. Writing a one to this bit clears the flag. Remark: note that the bus clock to the DMIC subsystem must be running in order for an interrupt to occur.

pub fn overrun(&self) -> OVERRUN_R[src]

Bit 1 - Overrun flag. Indicates that a FIFO overflow has occurred at some point. Writing a one to this bit clears the flag. This flag does not cause an interrupt.

pub fn underrun(&self) -> UNDERRUN_R[src]

Bit 2 - Underrun flag. Indicates that a FIFO underflow has occurred at some point. Writing a one to this bit clears the flag.