#[repr(C)]
pub struct RegisterBlock { pub r8_dvp_cr0: R8_DVP_CR0, pub r8_dvp_cr1: R8_DVP_CR1, pub r8_dvp_int_en: R8_DVP_INT_EN, pub r16_dvp_row_num: R16_DVP_ROW_NUM, pub r16_dvp_col_num: R16_DVP_COL_NUM, pub r32_dvp_dma_buf0: R32_DVP_DMA_BUF0, pub r32_dvp_dma_buf1: R32_DVP_DMA_BUF1, pub r16_dvp_row_cnt: R16_DVP_ROW_CNT, pub r16_dvp_col_cnt: R16_DVP_COL_CNT, /* private fields */ }
Expand description

Register block

Fields

r8_dvp_cr0: R8_DVP_CR0

0x00 - DVP control register0

r8_dvp_cr1: R8_DVP_CR1

0x01 - DVP control register1

r8_dvp_int_en: R8_DVP_INT_EN

0x02 - DVP interrupt enable register

r16_dvp_row_num: R16_DVP_ROW_NUM

0x04 - DVP row number of a frame indicator register

r16_dvp_col_num: R16_DVP_COL_NUM

0x06 - DVP row number of a frame indicator register

r32_dvp_dma_buf0: R32_DVP_DMA_BUF0

0x08 - DVP dma buffer0 addr

r32_dvp_dma_buf1: R32_DVP_DMA_BUF1

0x0c - DVP dma buffer1 addr

r16_dvp_row_cnt: R16_DVP_ROW_CNT

0x14 - DVP row count value

r16_dvp_col_cnt: R16_DVP_COL_CNT

0x16 - DVP col count value

Implementations

0x10 - DVP interrupt flag register

0x11 - DVP receive fifo status

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.