pub struct W(/* private fields */);
Expand description
Register lcd_dclk
writer
Implementations§
source§impl W
impl W
sourcepub fn lcd_dclk_div(&mut self) -> LCD_DCLK_DIV_W<'_, 0>
pub fn lcd_dclk_div(&mut self) -> LCD_DCLK_DIV_W<'_, 0>
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(&mut self) -> LCD_DCLK_EN_W<'_, 28>
pub fn lcd_dclk_en(&mut self) -> LCD_DCLK_EN_W<'_, 28>
Bits 28:31 - LCD clock enable
Methods from Deref<Target = W<LCD_DCLK_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