[][src]Struct imxrt1062_pxp::out_ctrl_tog::FORMAT_W

pub struct FORMAT_W<'a> { /* fields omitted */ }

Write proxy for field FORMAT

Methods

impl<'a> FORMAT_W<'a>[src]

pub fn variant(self, variant: FORMAT_A) -> &'a mut W[src]

Writes variant to the field

pub fn argb8888(self) -> &'a mut W[src]

32-bit pixels

pub fn rgb888(self) -> &'a mut W[src]

32-bit pixels (unpacked 24-bit pixel in 32 bit DWORD.)

pub fn rgb888p(self) -> &'a mut W[src]

24-bit pixels (packed 24-bit format)

pub fn argb1555(self) -> &'a mut W[src]

16-bit pixels

pub fn argb4444(self) -> &'a mut W[src]

16-bit pixels

pub fn rgb555(self) -> &'a mut W[src]

16-bit pixels

pub fn rgb444(self) -> &'a mut W[src]

16-bit pixels

pub fn rgb565(self) -> &'a mut W[src]

16-bit pixels

pub fn yuv1p444(self) -> &'a mut W[src]

32-bit pixels (1-plane XYUV unpacked)

pub fn uyvy1p422(self) -> &'a mut W[src]

16-bit pixels (1-plane U0,Y0,V0,Y1 interleaved bytes)

pub fn vyuy1p422(self) -> &'a mut W[src]

16-bit pixels (1-plane V0,Y0,U0,Y1 interleaved bytes)

pub fn y8(self) -> &'a mut W[src]

8-bit monochrome pixels (1-plane Y luma output)

pub fn y4(self) -> &'a mut W[src]

4-bit monochrome pixels (1-plane Y luma, 4 bit truncation)

pub fn yuv2p422(self) -> &'a mut W[src]

16-bit pixels (2-plane UV interleaved bytes)

pub fn yuv2p420(self) -> &'a mut W[src]

16-bit pixels (2-plane UV)

pub fn yvu2p422(self) -> &'a mut W[src]

16-bit pixels (2-plane VU interleaved bytes)

pub fn yvu2p420(self) -> &'a mut W[src]

16-bit pixels (2-plane VU)

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for FORMAT_W<'a>

impl<'a> !Sync for FORMAT_W<'a>

impl<'a> Unpin for FORMAT_W<'a>

Blanket Implementations

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

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

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

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

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

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> 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.