Struct esp32s3::lcd_cam::lc_dma_int_ena::W   
source · pub struct W(_);Expand description
Register LC_DMA_INT_ENA writer
Implementations§
source§impl W
 
impl W
sourcepub fn lcd_vsync_int_ena(&mut self) -> LCD_VSYNC_INT_ENA_W<'_, 0>
 
pub fn lcd_vsync_int_ena(&mut self) -> LCD_VSYNC_INT_ENA_W<'_, 0>
Bit 0 - The enable bit for LCD frame end interrupt.
sourcepub fn lcd_trans_done_int_ena(&mut self) -> LCD_TRANS_DONE_INT_ENA_W<'_, 1>
 
pub fn lcd_trans_done_int_ena(&mut self) -> LCD_TRANS_DONE_INT_ENA_W<'_, 1>
Bit 1 - The enable bit for lcd transfer end interrupt.
sourcepub fn cam_vsync_int_ena(&mut self) -> CAM_VSYNC_INT_ENA_W<'_, 2>
 
pub fn cam_vsync_int_ena(&mut self) -> CAM_VSYNC_INT_ENA_W<'_, 2>
Bit 2 - The enable bit for Camera frame end interrupt.
sourcepub fn cam_hs_int_ena(&mut self) -> CAM_HS_INT_ENA_W<'_, 3>
 
pub fn cam_hs_int_ena(&mut self) -> CAM_HS_INT_ENA_W<'_, 3>
Bit 3 - The enable bit for Camera line interrupt.