pub struct W(/* private fields */);
Expand description
Register csic_dma_en
writer
Implementations§
source§impl W
impl W
sourcepub fn bk_top_en(&mut self) -> BK_TOP_EN_W<'_, 0>
pub fn bk_top_en(&mut self) -> BK_TOP_EN_W<'_, 0>
Bit 0
sourcepub fn clk_cnt_en(&mut self) -> CLK_CNT_EN_W<'_, 1>
pub fn clk_cnt_en(&mut self) -> CLK_CNT_EN_W<'_, 1>
Bit 1 - clk count per frame enable
sourcepub fn clk_cnt_spl(&mut self) -> CLK_CNT_SPL_W<'_, 2>
pub fn clk_cnt_spl(&mut self) -> CLK_CNT_SPL_W<'_, 2>
Bit 2 - Sampling time for clk counter per frame
sourcepub fn dma_en(&mut self) -> DMA_EN_W<'_, 4>
pub fn dma_en(&mut self) -> DMA_EN_W<'_, 4>
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(&mut self) -> FRAME_CNT_EN_W<'_, 5>
pub fn frame_cnt_en(&mut self) -> FRAME_CNT_EN_W<'_, 5>
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(&mut self) -> VI_TO_CNT_EN_W<'_, 6>
pub fn vi_to_cnt_en(&mut self) -> VI_TO_CNT_EN_W<'_, 6>
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(&mut self) -> BUF_ADDR_MODE_W<'_, 7>
pub fn buf_addr_mode(&mut self) -> BUF_ADDR_MODE_W<'_, 7>
Bit 7
sourcepub fn flip_size_cfg_mode(&mut self) -> FLIP_SIZE_CFG_MODE_W<'_, 28>
pub fn flip_size_cfg_mode(&mut self) -> FLIP_SIZE_CFG_MODE_W<'_, 28>
Bit 28 - FLIP SIZE set by software or calculated by hardware
sourcepub fn buf_length_cfg_mode(&mut self) -> BUF_LENGTH_CFG_MODE_W<'_, 29>
pub fn buf_length_cfg_mode(&mut self) -> BUF_LENGTH_CFG_MODE_W<'_, 29>
Bit 29 - Buffer length set by software or calculated by hardware
sourcepub fn vflip_buf_addr_cfg_mode(&mut self) -> VFLIP_BUF_ADDR_CFG_MODE_W<'_, 30>
pub fn vflip_buf_addr_cfg_mode(&mut self) -> VFLIP_BUF_ADDR_CFG_MODE_W<'_, 30>
Bit 30 - Vflip buffer address set by software or calculated by hardware
Methods from Deref<Target = W<CSIC_DMA_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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