Struct d1_pac::tcon_lcd0::lcd_frm_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_frm_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn lcd_frm_test(&mut self) -> LCD_FRM_TEST_W<'_, 0>
pub fn lcd_frm_test(&mut self) -> LCD_FRM_TEST_W<'_, 0>
Bits 0:1 - Set the test mode of dither function
sourcepub fn lcd_frm_mode_b(&mut self) -> LCD_FRM_MODE_B_W<'_, 4>
pub fn lcd_frm_mode_b(&mut self) -> LCD_FRM_MODE_B_W<'_, 4>
Bit 4 - The B component output bits in dither function
sourcepub fn lcd_frm_mode_g(&mut self) -> LCD_FRM_MODE_G_W<'_, 5>
pub fn lcd_frm_mode_g(&mut self) -> LCD_FRM_MODE_G_W<'_, 5>
Bit 5 - The G component output bits in dither function
sourcepub fn lcd_frm_mode_r(&mut self) -> LCD_FRM_MODE_R_W<'_, 6>
pub fn lcd_frm_mode_r(&mut self) -> LCD_FRM_MODE_R_W<'_, 6>
Bit 6 - The R component output bits in dither function
sourcepub fn lcd_frm_en(&mut self) -> LCD_FRM_EN_W<'_, 31>
pub fn lcd_frm_en(&mut self) -> LCD_FRM_EN_W<'_, 31>
Bit 31 - Enable the dither function
Methods from Deref<Target = W<LCD_FRM_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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