pub struct R(/* private fields */);
Expand description
Register csic_dma_en
reader
Implementations§
source§impl R
impl R
sourcepub fn bk_top_en(&self) -> BK_TOP_EN_R
pub fn bk_top_en(&self) -> BK_TOP_EN_R
Bit 0
sourcepub fn clk_cnt_en(&self) -> CLK_CNT_EN_R
pub fn clk_cnt_en(&self) -> CLK_CNT_EN_R
Bit 1 - clk count per frame enable
sourcepub fn clk_cnt_spl(&self) -> CLK_CNT_SPL_R
pub fn clk_cnt_spl(&self) -> CLK_CNT_SPL_R
Bit 2 - Sampling time for clk counter per frame
sourcepub fn dma_en(&self) -> DMA_EN_R
pub fn dma_en(&self) -> DMA_EN_R
Bit 4 - When BK_TOP_EN is enabled, setting 1 to this bit indicates the module works in DMA mode.
sourcepub fn frame_cnt_en(&self) -> FRAME_CNT_EN_R
pub fn frame_cnt_en(&self) -> FRAME_CNT_EN_R
Bit 5 - When BK_TOP_EN is enabled, setting 1 to this bit indicates the Frame counter starts to add.
sourcepub fn vi_to_cnt_en(&self) -> VI_TO_CNT_EN_R
pub fn vi_to_cnt_en(&self) -> VI_TO_CNT_EN_R
Bit 6 - Enable Video Input Timeout counter, add 1 when there is no effective video input in a 12M clock, clear to 0 when detecting effective video input.
sourcepub fn buf_addr_mode(&self) -> BUF_ADDR_MODE_R
pub fn buf_addr_mode(&self) -> BUF_ADDR_MODE_R
Bit 7
sourcepub fn flip_size_cfg_mode(&self) -> FLIP_SIZE_CFG_MODE_R
pub fn flip_size_cfg_mode(&self) -> FLIP_SIZE_CFG_MODE_R
Bit 28 - FLIP SIZE set by software or calculated by hardware
sourcepub fn buf_length_cfg_mode(&self) -> BUF_LENGTH_CFG_MODE_R
pub fn buf_length_cfg_mode(&self) -> BUF_LENGTH_CFG_MODE_R
Bit 29 - Buffer length set by software or calculated by hardware
sourcepub fn vflip_buf_addr_cfg_mode(&self) -> VFLIP_BUF_ADDR_CFG_MODE_R
pub fn vflip_buf_addr_cfg_mode(&self) -> VFLIP_BUF_ADDR_CFG_MODE_R
Bit 30 - Vflip buffer address set by software or calculated by hardware
Methods from Deref<Target = R<CSIC_DMA_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more