pub struct R(/* private fields */);
Expand description
Register lcd_dclk
reader
Implementations§
source§impl R
impl R
sourcepub fn lcd_dclk_div(&self) -> LCD_DCLK_DIV_R
pub fn lcd_dclk_div(&self) -> LCD_DCLK_DIV_R
Bits 0:6 - Tdclk = Tsclk/DCLKDIV
Note:
1.If dclk1 and dclk2 are used, DCLKDIV >=6
2.If only dclk is used, DCLKDIV >=1
sourcepub fn lcd_dclk_en(&self) -> LCD_DCLK_EN_R
pub fn lcd_dclk_en(&self) -> LCD_DCLK_EN_R
Bits 28:31 - LCD clock enable
Methods from Deref<Target = R<LCD_DCLK_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