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