[][src]Struct imxrt1062_lcdif::pigeon_4_0::MASK_CNT_SEL_W

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

Write proxy for field MASK_CNT_SEL

Methods

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

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

Writes variant to the field

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

pclk counter within one hscan state

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

pclk cycle within one hscan state

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

line counter within one vscan state

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

line cycle within one vscan state

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

frame counter

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

frame cycle

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

horizontal counter (pclk counter within one line )

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

vertical counter (line counter within one frame)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for MASK_CNT_SEL_W<'a>

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

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