pub struct R(_);
Expand description
Register LCD_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn lcd_hb_front(&self) -> LCD_HB_FRONT_R
pub fn lcd_hb_front(&self) -> LCD_HB_FRONT_R
Bits 0:10 - It is the horizontal blank front porch of a frame. Can be configured in CONF state.
sourcepub fn lcd_va_height(&self) -> LCD_VA_HEIGHT_R
pub fn lcd_va_height(&self) -> LCD_VA_HEIGHT_R
Bits 11:20 - It is the vertical active height of a frame. Can be configured in CONF state.
sourcepub fn lcd_vt_height(&self) -> LCD_VT_HEIGHT_R
pub fn lcd_vt_height(&self) -> LCD_VT_HEIGHT_R
Bits 21:30 - It is the vertical total height of a frame. Can be configured in CONF state.
sourcepub fn lcd_mode_en(&self) -> LCD_MODE_EN_R
pub fn lcd_mode_en(&self) -> LCD_MODE_EN_R
Bit 31 - 1: Enable LCD mode output vsync, hsync, de. 0: Disable. Can be configured in CONF state.
Methods from Deref<Target = R<LCD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<LCD_CTRL_SPEC>> for R
impl From<R<LCD_CTRL_SPEC>> for R
sourcefn from(reader: R<LCD_CTRL_SPEC>) -> Self
fn from(reader: R<LCD_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more