pub struct W(/* private fields */);
Expand description
Register csic_dma_int_sta
writer
Implementations§
source§impl W
impl W
sourcepub fn fifo0_of_pd(&mut self) -> FIFO0_OF_PD_W<'_, 2>
pub fn fifo0_of_pd(&mut self) -> FIFO0_OF_PD_W<'_, 2>
Bit 2 - FIFO 0 overflow
sourcepub fn fifo1_of_pd(&mut self) -> FIFO1_OF_PD_W<'_, 3>
pub fn fifo1_of_pd(&mut self) -> FIFO1_OF_PD_W<'_, 3>
Bit 3 - FIFO 1 overflow
sourcepub fn fifo2_of_pd(&mut self) -> FIFO2_OF_PD_W<'_, 4>
pub fn fifo2_of_pd(&mut self) -> FIFO2_OF_PD_W<'_, 4>
Bit 4 - FIFO 2 overflow
sourcepub fn li_of_pd(&mut self) -> LI_OF_PD_W<'_, 6>
pub fn li_of_pd(&mut self) -> LI_OF_PD_W<'_, 6>
Bit 6 - Line information FIFO (16 lines) overflow
sourcepub fn clr_frame_cnt_int(&mut self) -> CLR_FRAME_CNT_INT_W<'_, 11>
pub fn clr_frame_cnt_int(&mut self) -> CLR_FRAME_CNT_INT_W<'_, 11>
Bit 11 - Set a INT when clear Frame cnt.
sourcepub fn video_input_to_int_pd(&mut self) -> VIDEO_INPUT_TO_INT_PD_W<'_, 12>
pub fn video_input_to_int_pd(&mut self) -> VIDEO_INPUT_TO_INT_PD_W<'_, 12>
Bit 12 - Set an INT Pending when no video input exceeds the setting threshold time.
sourcepub fn buf_addr_fifo_int_pd(&mut self) -> BUF_ADDR_FIFO_INT_PD_W<'_, 13>
pub fn buf_addr_fifo_int_pd(&mut self) -> BUF_ADDR_FIFO_INT_PD_W<'_, 13>
Bit 13 - Set an INT when content in BUF Address FIFO less than CSIC_DMA_BUFA_FIFO_THRESHOLD, only use in BUF Address FIFO MODE.
sourcepub fn stored_frm_cnt_int_pd(&mut self) -> STORED_FRM_CNT_INT_PD_W<'_, 14>
pub fn stored_frm_cnt_int_pd(&mut self) -> STORED_FRM_CNT_INT_PD_W<'_, 14>
Bit 14 - Set an INT when the value of CSIC_DMA_STORED_FRM_CNT reaches CSIC_DMA_STORED_FRM_THRESHOLD, only use in BUF Address FIFO MODE.
sourcepub fn frm_lost_int_pd(&mut self) -> FRM_LOST_INT_PD_W<'_, 15>
pub fn frm_lost_int_pd(&mut self) -> FRM_LOST_INT_PD_W<'_, 15>
Bit 15 - Set an INT when frame starts with empty Buffer Address FIFO, only use in BUF Address FIFO MODE.
Methods from Deref<Target = W<CSIC_DMA_INT_STA_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