Type Alias esp32s2::spi0::lcd_ctrl2::R

source ·
pub type R = R<LCD_CTRL2_SPEC>;
Expand description

Register LCD_CTRL2 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn lcd_vsync_width(&self) -> LCD_VSYNC_WIDTH_R

Bits 0:6 - It is the position of spi_vsync active pulse in a line. Can be configured in CONF state.

source

pub fn vsync_idle_pol(&self) -> VSYNC_IDLE_POL_R

Bit 7 - It is the idle value of spi_vsync. Can be configured in CONF state.

source

pub fn lcd_hsync_width(&self) -> LCD_HSYNC_WIDTH_R

Bits 16:22 - It is the position of spi_hsync active pulse in a line. Can be configured in CONF state.

source

pub fn hsync_idle_pol(&self) -> HSYNC_IDLE_POL_R

Bit 23 - It is the idle value of spi_hsync. Can be configured in CONF state.

source

pub fn lcd_hsync_position(&self) -> LCD_HSYNC_POSITION_R

Bits 24:31 - It is the position of spi_hsync active pulse in a line. Can be configured in CONF state.