Struct esp32s3_hal::pac::lcd_cam::lc_dma_int_clr::W
pub struct W(_);
Expand description
Register LC_DMA_INT_CLR
writer
Implementations§
§impl W
impl W
pub fn lcd_vsync_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 0>
pub fn lcd_vsync_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - The clear bit for LCD frame end interrupt.
pub fn lcd_trans_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 1>
pub fn lcd_trans_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - The clear bit for lcd transfer end interrupt.
pub fn cam_vsync_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 2>
pub fn cam_vsync_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 2>
Bit 2 - The clear bit for Camera frame end interrupt.
pub fn cam_hs_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 3>
pub fn cam_hs_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, LC_DMA_INT_CLR_SPEC, bool, BitM, 3>
Bit 3 - The clear bit for Camera line interrupt.
Methods from Deref<Target = W<LC_DMA_INT_CLR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<LC_DMA_INT_CLR_SPEC>> for W
impl From<W<LC_DMA_INT_CLR_SPEC>> for W
§fn from(writer: W<LC_DMA_INT_CLR_SPEC>) -> W
fn from(writer: W<LC_DMA_INT_CLR_SPEC>) -> W
Converts to this type from the input type.