[][src]Struct atsams70q19::isi::isi_cfg2::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

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

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

Bit 11 - Grayscale Pixel Format Mode

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

Bit 12 - RGB Input Mode

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

Bit 13 - Grayscale Mode Format Enable

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

Bit 14 - RGB Format Swap Mode

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

Bit 15 - Color Space for the Image Data

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

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

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

Bits 28:29 - YCrCb Format Swap Mode

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

Bits 30:31 - RGB Pixel Mapping Configuration

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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