[][src]Struct atsams70n19b::isi::isi_cfg2::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn im_vsize(&self) -> IM_VSIZE_R[src]

Bits 0:10 - Vertical Size of the Image Sensor [0..2047]

pub fn gs_mode(&self) -> GS_MODE_R[src]

Bit 11 - Grayscale Pixel Format Mode

pub fn rgb_mode(&self) -> RGB_MODE_R[src]

Bit 12 - RGB Input Mode

pub fn grayscale(&self) -> GRAYSCALE_R[src]

Bit 13 - Grayscale Mode Format Enable

pub fn rgb_swap(&self) -> RGB_SWAP_R[src]

Bit 14 - RGB Format Swap Mode

pub fn col_space(&self) -> COL_SPACE_R[src]

Bit 15 - Color Space for the Image Data

pub fn im_hsize(&self) -> IM_HSIZE_R[src]

Bits 16:26 - Horizontal Size of the Image Sensor [0..2047]

pub fn ycc_swap(&self) -> YCC_SWAP_R[src]

Bits 28:29 - YCrCb Format Swap Mode

pub fn rgb_cfg(&self) -> RGB_CFG_R[src]

Bits 30:31 - RGB Pixel Mapping Configuration

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self