[][src]Struct atsame70j19b::isi::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub isi_cfg1: ISI_CFG1,
    pub isi_cfg2: ISI_CFG2,
    pub isi_psize: ISI_PSIZE,
    pub isi_pdecf: ISI_PDECF,
    pub isi_y2r_set0: ISI_Y2R_SET0,
    pub isi_y2r_set1: ISI_Y2R_SET1,
    pub isi_r2y_set0: ISI_R2Y_SET0,
    pub isi_r2y_set1: ISI_R2Y_SET1,
    pub isi_r2y_set2: ISI_R2Y_SET2,
    pub isi_cr: ISI_CR,
    pub isi_sr: ISI_SR,
    pub isi_ier: ISI_IER,
    pub isi_idr: ISI_IDR,
    pub isi_imr: ISI_IMR,
    pub isi_dma_cher: ISI_DMA_CHER,
    pub isi_dma_chdr: ISI_DMA_CHDR,
    pub isi_dma_chsr: ISI_DMA_CHSR,
    pub isi_dma_p_addr: ISI_DMA_P_ADDR,
    pub isi_dma_p_ctrl: ISI_DMA_P_CTRL,
    pub isi_dma_p_dscr: ISI_DMA_P_DSCR,
    pub isi_dma_c_addr: ISI_DMA_C_ADDR,
    pub isi_dma_c_ctrl: ISI_DMA_C_CTRL,
    pub isi_dma_c_dscr: ISI_DMA_C_DSCR,
    pub isi_wpmr: ISI_WPMR,
    pub isi_wpsr: ISI_WPSR,
    // some fields omitted
}

Register block

Fields

isi_cfg1: ISI_CFG1

0x00 - ISI Configuration 1 Register

isi_cfg2: ISI_CFG2

0x04 - ISI Configuration 2 Register

isi_psize: ISI_PSIZE

0x08 - ISI Preview Size Register

isi_pdecf: ISI_PDECF

0x0c - ISI Preview Decimation Factor Register

isi_y2r_set0: ISI_Y2R_SET0

0x10 - ISI Color Space Conversion YCrCb To RGB Set 0 Register

isi_y2r_set1: ISI_Y2R_SET1

0x14 - ISI Color Space Conversion YCrCb To RGB Set 1 Register

isi_r2y_set0: ISI_R2Y_SET0

0x18 - ISI Color Space Conversion RGB To YCrCb Set 0 Register

isi_r2y_set1: ISI_R2Y_SET1

0x1c - ISI Color Space Conversion RGB To YCrCb Set 1 Register

isi_r2y_set2: ISI_R2Y_SET2

0x20 - ISI Color Space Conversion RGB To YCrCb Set 2 Register

isi_cr: ISI_CR

0x24 - ISI Control Register

isi_sr: ISI_SR

0x28 - ISI Status Register

isi_ier: ISI_IER

0x2c - ISI Interrupt Enable Register

isi_idr: ISI_IDR

0x30 - ISI Interrupt Disable Register

isi_imr: ISI_IMR

0x34 - ISI Interrupt Mask Register

isi_dma_cher: ISI_DMA_CHER

0x38 - DMA Channel Enable Register

isi_dma_chdr: ISI_DMA_CHDR

0x3c - DMA Channel Disable Register

isi_dma_chsr: ISI_DMA_CHSR

0x40 - DMA Channel Status Register

isi_dma_p_addr: ISI_DMA_P_ADDR

0x44 - DMA Preview Base Address Register

isi_dma_p_ctrl: ISI_DMA_P_CTRL

0x48 - DMA Preview Control Register

isi_dma_p_dscr: ISI_DMA_P_DSCR

0x4c - DMA Preview Descriptor Address Register

isi_dma_c_addr: ISI_DMA_C_ADDR

0x50 - DMA Codec Base Address Register

isi_dma_c_ctrl: ISI_DMA_C_CTRL

0x54 - DMA Codec Control Register

isi_dma_c_dscr: ISI_DMA_C_DSCR

0x58 - DMA Codec Descriptor Address Register

isi_wpmr: ISI_WPMR

0xe4 - Write Protection Mode Register

isi_wpsr: ISI_WPSR

0xe8 - Write Protection Status Register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.