Struct esp32s3::lcd_cam::lc_dma_int_ena::R
source · pub struct R(_);
Expand description
Register LC_DMA_INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn lcd_vsync_int_ena(&self) -> LCD_VSYNC_INT_ENA_R
pub fn lcd_vsync_int_ena(&self) -> LCD_VSYNC_INT_ENA_R
Bit 0 - The enable bit for LCD frame end interrupt.
sourcepub fn lcd_trans_done_int_ena(&self) -> LCD_TRANS_DONE_INT_ENA_R
pub fn lcd_trans_done_int_ena(&self) -> LCD_TRANS_DONE_INT_ENA_R
Bit 1 - The enable bit for lcd transfer end interrupt.
sourcepub fn cam_vsync_int_ena(&self) -> CAM_VSYNC_INT_ENA_R
pub fn cam_vsync_int_ena(&self) -> CAM_VSYNC_INT_ENA_R
Bit 2 - The enable bit for Camera frame end interrupt.
sourcepub fn cam_hs_int_ena(&self) -> CAM_HS_INT_ENA_R
pub fn cam_hs_int_ena(&self) -> CAM_HS_INT_ENA_R
Bit 3 - The enable bit for Camera line interrupt.
Methods from Deref<Target = R<LC_DMA_INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<LC_DMA_INT_ENA_SPEC>> for R
impl From<R<LC_DMA_INT_ENA_SPEC>> for R
sourcefn from(reader: R<LC_DMA_INT_ENA_SPEC>) -> Self
fn from(reader: R<LC_DMA_INT_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more