pub struct R(/* private fields */);
Expand description
Register csic_dma_int_sta
reader
Implementations§
source§impl R
impl R
sourcepub fn fifo0_of_pd(&self) -> FIFO0_OF_PD_R
pub fn fifo0_of_pd(&self) -> FIFO0_OF_PD_R
Bit 2 - FIFO 0 overflow
sourcepub fn fifo1_of_pd(&self) -> FIFO1_OF_PD_R
pub fn fifo1_of_pd(&self) -> FIFO1_OF_PD_R
Bit 3 - FIFO 1 overflow
sourcepub fn fifo2_of_pd(&self) -> FIFO2_OF_PD_R
pub fn fifo2_of_pd(&self) -> FIFO2_OF_PD_R
Bit 4 - FIFO 2 overflow
sourcepub fn li_of_pd(&self) -> LI_OF_PD_R
pub fn li_of_pd(&self) -> LI_OF_PD_R
Bit 6 - Line information FIFO (16 lines) overflow
sourcepub fn clr_frame_cnt_int(&self) -> CLR_FRAME_CNT_INT_R
pub fn clr_frame_cnt_int(&self) -> CLR_FRAME_CNT_INT_R
Bit 11 - Set a INT when clear Frame cnt.
sourcepub fn video_input_to_int_pd(&self) -> VIDEO_INPUT_TO_INT_PD_R
pub fn video_input_to_int_pd(&self) -> VIDEO_INPUT_TO_INT_PD_R
Bit 12 - Set an INT Pending when no video input exceeds the setting threshold time.
sourcepub fn buf_addr_fifo_int_pd(&self) -> BUF_ADDR_FIFO_INT_PD_R
pub fn buf_addr_fifo_int_pd(&self) -> BUF_ADDR_FIFO_INT_PD_R
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(&self) -> STORED_FRM_CNT_INT_PD_R
pub fn stored_frm_cnt_int_pd(&self) -> STORED_FRM_CNT_INT_PD_R
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(&self) -> FRM_LOST_INT_PD_R
pub fn frm_lost_int_pd(&self) -> FRM_LOST_INT_PD_R
Bit 15 - Set an INT when frame starts with empty Buffer Address FIFO, only use in BUF Address FIFO MODE.
Methods from Deref<Target = R<CSIC_DMA_INT_STA_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