pub struct W(/* private fields */);
Expand description
Register csic_dma_frm_cnt
writer
Implementations§
source§impl W
impl W
sourcepub fn pclk_dma_clr_distance(&mut self) -> PCLK_DMA_CLR_DISTANCE_W<'_, 16>
pub fn pclk_dma_clr_distance(&mut self) -> PCLK_DMA_CLR_DISTANCE_W<'_, 16>
Bits 16:30 - Frame cnt clear cycle
N*T_{SYNC}
sourcepub fn frm_cnt_clr(&mut self) -> FRM_CNT_CLR_W<'_, 31>
pub fn frm_cnt_clr(&mut self) -> FRM_CNT_CLR_W<'_, 31>
Bit 31 - When the bit set to 1, Frame cnt is cleared to 0.
Methods from Deref<Target = W<CSIC_DMA_FRM_CNT_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