Struct d1_pac::tcon_lcd0::lcd_frm_ctl::R
source · pub struct R(/* private fields */);
Expand description
Register lcd_frm_ctl
reader
Implementations§
source§impl R
impl R
sourcepub fn lcd_frm_test(&self) -> LCD_FRM_TEST_R
pub fn lcd_frm_test(&self) -> LCD_FRM_TEST_R
Bits 0:1 - Set the test mode of dither function
sourcepub fn lcd_frm_mode_b(&self) -> LCD_FRM_MODE_B_R
pub fn lcd_frm_mode_b(&self) -> LCD_FRM_MODE_B_R
Bit 4 - The B component output bits in dither function
sourcepub fn lcd_frm_mode_g(&self) -> LCD_FRM_MODE_G_R
pub fn lcd_frm_mode_g(&self) -> LCD_FRM_MODE_G_R
Bit 5 - The G component output bits in dither function
sourcepub fn lcd_frm_mode_r(&self) -> LCD_FRM_MODE_R_R
pub fn lcd_frm_mode_r(&self) -> LCD_FRM_MODE_R_R
Bit 6 - The R component output bits in dither function
sourcepub fn lcd_frm_en(&self) -> LCD_FRM_EN_R
pub fn lcd_frm_en(&self) -> LCD_FRM_EN_R
Bit 31 - Enable the dither function
Methods from Deref<Target = R<LCD_FRM_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more