[][src]Struct imxrt1062_csi::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub csicr1: CSICR1,
    pub csicr2: CSICR2,
    pub csicr3: CSICR3,
    pub csistatfifo: CSISTATFIFO,
    pub csirfifo: CSIRFIFO,
    pub csirxcnt: CSIRXCNT,
    pub csisr: CSISR,
    pub csidmasa_statfifo: CSIDMASA_STATFIFO,
    pub csidmats_statfifo: CSIDMATS_STATFIFO,
    pub csidmasa_fb1: CSIDMASA_FB1,
    pub csidmasa_fb2: CSIDMASA_FB2,
    pub csifbuf_para: CSIFBUF_PARA,
    pub csiimag_para: CSIIMAG_PARA,
    pub csicr18: CSICR18,
    pub csicr19: CSICR19,
    // some fields omitted
}

Register block

Fields

csicr1: CSICR1

0x00 - CSI Control Register 1

csicr2: CSICR2

0x04 - CSI Control Register 2

csicr3: CSICR3

0x08 - CSI Control Register 3

csistatfifo: CSISTATFIFO

0x0c - CSI Statistic FIFO Register

csirfifo: CSIRFIFO

0x10 - CSI RX FIFO Register

csirxcnt: CSIRXCNT

0x14 - CSI RX Count Register

csisr: CSISR

0x18 - CSI Status Register

csidmasa_statfifo: CSIDMASA_STATFIFO

0x20 - CSI DMA Start Address Register - for STATFIFO

csidmats_statfifo: CSIDMATS_STATFIFO

0x24 - CSI DMA Transfer Size Register - for STATFIFO

csidmasa_fb1: CSIDMASA_FB1

0x28 - CSI DMA Start Address Register - for Frame Buffer1

csidmasa_fb2: CSIDMASA_FB2

0x2c - CSI DMA Transfer Size Register - for Frame Buffer2

csifbuf_para: CSIFBUF_PARA

0x30 - CSI Frame Buffer Parameter Register

csiimag_para: CSIIMAG_PARA

0x34 - CSI Image Parameter Register

csicr18: CSICR18

0x48 - CSI Control Register 18

csicr19: CSICR19

0x4c - CSI Control Register 19

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, 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.