Struct esp32s3_hal::pac::lcd_cam::lc_dma_int_st::R
pub struct R(_);
Expand description
Register LC_DMA_INT_ST
reader
Implementations§
§impl R
impl R
pub fn lcd_vsync_int_st(&self) -> BitReaderRaw<bool>
pub fn lcd_vsync_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - The status bit for LCD frame end interrupt.
pub fn lcd_trans_done_int_st(&self) -> BitReaderRaw<bool>
pub fn lcd_trans_done_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - The status bit for lcd transfer end interrupt.
pub fn cam_vsync_int_st(&self) -> BitReaderRaw<bool>
pub fn cam_vsync_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - The status bit for Camera frame end interrupt.
pub fn cam_hs_int_st(&self) -> BitReaderRaw<bool>
pub fn cam_hs_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - The status bit for Camera transfer end interrupt.
Methods from Deref<Target = R<LC_DMA_INT_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<LC_DMA_INT_ST_SPEC>> for R
impl From<R<LC_DMA_INT_ST_SPEC>> for R
§fn from(reader: R<LC_DMA_INT_ST_SPEC>) -> R
fn from(reader: R<LC_DMA_INT_ST_SPEC>) -> R
Converts to this type from the input type.