[][src]Type Definition imxrt1062_lcdif::stat::R

type R = R<u32, STAT>;

Reader of register STAT

Methods

impl R[src]

pub fn lfifo_count(&self) -> LFIFO_COUNT_R[src]

Bits 0:8 - Read only view of the current count in Latency buffer (LFIFO).

pub fn txfifo_empty(&self) -> TXFIFO_EMPTY_R[src]

Bit 26 - Read only view of the signals that indicates LCD TXFIFO is empty.

pub fn txfifo_full(&self) -> TXFIFO_FULL_R[src]

Bit 27 - Read only view of the signals that indicates LCD TXFIFO is full.

pub fn lfifo_empty(&self) -> LFIFO_EMPTY_R[src]

Bit 28 - Read only view of the signals that indicates LCD LFIFO is empty.

pub fn lfifo_full(&self) -> LFIFO_FULL_R[src]

Bit 29 - Read only view of the signals that indicates LCD LFIFO is full.

pub fn dma_req(&self) -> DMA_REQ_R[src]

Bit 30 - Reflects the current state of the DMA Request line for the LCDIF

pub fn present(&self) -> PRESENT_R[src]

Bit 31 - 0: LCDIF not present on this product 1: LCDIF is present.