Type Alias W

Source
pub type W = W<LCD_CTRL_SPEC>;
Expand description

Register LCD_CTRL writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn lcd_hb_front(&mut self) -> LCD_HB_FRONT_W<'_, LCD_CTRL_SPEC>

Bits 0:10 - It is the horizontal blank front porch of a frame. Can be configured in CONF state.

Source

pub fn lcd_va_height(&mut self) -> LCD_VA_HEIGHT_W<'_, LCD_CTRL_SPEC>

Bits 11:20 - It is the vertical active height of a frame. Can be configured in CONF state.

Source

pub fn lcd_vt_height(&mut self) -> LCD_VT_HEIGHT_W<'_, LCD_CTRL_SPEC>

Bits 21:30 - It is the vertical total height of a frame. Can be configured in CONF state.

Source

pub fn lcd_mode_en(&mut self) -> LCD_MODE_EN_W<'_, LCD_CTRL_SPEC>

Bit 31 - 1: Enable LCD mode output vsync, hsync, de. 0: Disable. Can be configured in CONF state.