#[repr(C)]
pub struct RegisterBlock {
Show 15 fields pub CSICR1: RWRegister<u32>, pub CSICR2: RWRegister<u32>, pub CSICR3: RWRegister<u32>, pub CSISTATFIFO: RORegister<u32>, pub CSIRFIFO: RORegister<u32>, pub CSIRXCNT: RWRegister<u32>, pub CSISR: RWRegister<u32>, pub CSIDMASA_STATFIFO: RWRegister<u32>, pub CSIDMATS_STATFIFO: RWRegister<u32>, pub CSIDMASA_FB1: RWRegister<u32>, pub CSIDMASA_FB2: RWRegister<u32>, pub CSIFBUF_PARA: RWRegister<u32>, pub CSIIMAG_PARA: RWRegister<u32>, pub CSICR18: RWRegister<u32>, pub CSICR19: RWRegister<u32>, /* private fields */
}
Expand description

CSI

Fields§

§CSICR1: RWRegister<u32>

CSI Control Register 1

§CSICR2: RWRegister<u32>

CSI Control Register 2

§CSICR3: RWRegister<u32>

CSI Control Register 3

§CSISTATFIFO: RORegister<u32>

CSI Statistic FIFO Register

§CSIRFIFO: RORegister<u32>

CSI RX FIFO Register

§CSIRXCNT: RWRegister<u32>

CSI RX Count Register

§CSISR: RWRegister<u32>

CSI Status Register

§CSIDMASA_STATFIFO: RWRegister<u32>

CSI DMA Start Address Register - for STATFIFO

§CSIDMATS_STATFIFO: RWRegister<u32>

CSI DMA Transfer Size Register - for STATFIFO

§CSIDMASA_FB1: RWRegister<u32>

CSI DMA Start Address Register - for Frame Buffer1

§CSIDMASA_FB2: RWRegister<u32>

CSI DMA Transfer Size Register - for Frame Buffer2

§CSIFBUF_PARA: RWRegister<u32>

CSI Frame Buffer Parameter Register

§CSIIMAG_PARA: RWRegister<u32>

CSI Image Parameter Register

§CSICR18: RWRegister<u32>

CSI Control Register 18

§CSICR19: RWRegister<u32>

CSI Control Register 19

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 Twhere 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 Twhere 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 Twhere 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.