[][src]Type Definition imxrt1062_csi::csicr2::R

type R = R<u32, CSICR2>;

Reader of register CSICR2

Methods

impl R[src]

pub fn hsc(&self) -> HSC_R[src]

Bits 0:7 - Horizontal Skip Count

pub fn vsc(&self) -> VSC_R[src]

Bits 8:15 - Vertical Skip Count. Contains the number of rows to skip. SCE must be 1, otherwise VSC is ignored.

pub fn lvrm(&self) -> LVRM_R[src]

Bits 16:18 - Live View Resolution Mode. Selects the grid size used for live view resolution.

pub fn bts(&self) -> BTS_R[src]

Bits 19:20 - Bayer Tile Start. Controls the Bayer pattern starting point.

pub fn sce(&self) -> SCE_R[src]

Bit 23 - Skip Count Enable. Enables or disables the skip count feature.

pub fn afs(&self) -> AFS_R[src]

Bits 24:25 - Auto Focus Spread. Selects which green pixels are used for auto-focus.

pub fn drm(&self) -> DRM_R[src]

Bit 26 - Double Resolution Mode. Controls size of statistics grid.

pub fn dma_burst_type_sff(&self) -> DMA_BURST_TYPE_SFF_R[src]

Bits 28:29 - Burst Type of DMA Transfer from STATFIFO. Selects the burst type of DMA transfer from STATFIFO.

pub fn dma_burst_type_rff(&self) -> DMA_BURST_TYPE_RFF_R[src]

Bits 30:31 - Burst Type of DMA Transfer from RxFIFO. Selects the burst type of DMA transfer from RxFIFO.