[][src]Struct imxrt1062_lcdif::ctrl2_set::EVEN_LINE_PATTERN_W

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

Write proxy for field EVEN_LINE_PATTERN

Methods

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

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

Writes variant to the field

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

RGB

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

RBG

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

GBR

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

GRB

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

BRG

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

BGR

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for EVEN_LINE_PATTERN_W<'a>

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

impl<'a> Unpin for EVEN_LINE_PATTERN_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.