Struct d1_pac::tcon_lcd0::lcd_sync_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_sync_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn lcd_ctrl_sync_mode(&mut self) -> LCD_CTRL_SYNC_MODE_W<'_, 0>
pub fn lcd_ctrl_sync_mode(&mut self) -> LCD_CTRL_SYNC_MODE_W<'_, 0>
Bit 0 - LCD Controller Sync Mode
Note: Only use in Single DSI mode.
sourcepub fn lcd_cyrl_sync_master_slave(
&mut self,
) -> LCD_CYRL_SYNC_MASTER_SLAVE_W<'_, 4>
pub fn lcd_cyrl_sync_master_slave( &mut self, ) -> LCD_CYRL_SYNC_MASTER_SLAVE_W<'_, 4>
Bit 4 - LCD Controller Sync Master Slave
Note: Only use in Single DSI mode.
sourcepub fn lcd_ctrl_work_mode(&mut self) -> LCD_CTRL_WORK_MODE_W<'_, 8>
pub fn lcd_ctrl_work_mode(&mut self) -> LCD_CTRL_WORK_MODE_W<'_, 8>
Bit 8 - LCD Controller Work mode
Methods from Deref<Target = W<LCD_SYNC_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