Struct d1_pac::csic::csic_dma::csic_dma_en::R

source ·
pub struct R(/* private fields */);
Expand description

Register csic_dma_en reader

Implementations§

source§

impl R

source

pub fn bk_top_en(&self) -> BK_TOP_EN_R

Bit 0

source

pub fn clk_cnt_en(&self) -> CLK_CNT_EN_R

Bit 1 - clk count per frame enable

source

pub fn clk_cnt_spl(&self) -> CLK_CNT_SPL_R

Bit 2 - Sampling time for clk counter per frame

source

pub fn dma_en(&self) -> DMA_EN_R

Bit 4 - When BK_TOP_EN is enabled, setting 1 to this bit indicates the module works in DMA mode.

source

pub fn frame_cnt_en(&self) -> FRAME_CNT_EN_R

Bit 5 - When BK_TOP_EN is enabled, setting 1 to this bit indicates the Frame counter starts to add.

source

pub fn vi_to_cnt_en(&self) -> VI_TO_CNT_EN_R

Bit 6 - Enable Video Input Timeout counter, add 1 when there is no effective video input in a 12M clock, clear to 0 when detecting effective video input.

source

pub fn buf_addr_mode(&self) -> BUF_ADDR_MODE_R

Bit 7

source

pub fn flip_size_cfg_mode(&self) -> FLIP_SIZE_CFG_MODE_R

Bit 28 - FLIP SIZE set by software or calculated by hardware

source

pub fn buf_length_cfg_mode(&self) -> BUF_LENGTH_CFG_MODE_R

Bit 29 - Buffer length set by software or calculated by hardware

source

pub fn vflip_buf_addr_cfg_mode(&self) -> VFLIP_BUF_ADDR_CFG_MODE_R

Bit 30 - Vflip buffer address set by software or calculated by hardware

source

pub fn ver_en(&self) -> VER_EN_R

Bit 31

Methods from Deref<Target = R<CSIC_DMA_EN_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<CSIC_DMA_EN_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<CSIC_DMA_EN_SPEC>> for R

source§

fn from(reader: R<CSIC_DMA_EN_SPEC>) -> Self

Converts to this type from the input type.

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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.