Struct d1_pac::tcon_lcd0::lcd_safe_period::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_safe_period
writer
Implementations§
source§impl W
impl W
sourcepub fn safe_period_mode(&mut self) -> SAFE_PERIOD_MODE_W<'_, 0>
pub fn safe_period_mode(&mut self) -> SAFE_PERIOD_MODE_W<'_, 0>
Bits 0:2 - Select the save mode
sourcepub fn safe_period_line(&mut self) -> SAFE_PERIOD_LINE_W<'_, 4>
pub fn safe_period_line(&mut self) -> SAFE_PERIOD_LINE_W<'_, 4>
Bits 4:15 - Set a fixed line and during the line time, the LCD controller allow dram controller to change frequency. The fixed line should be set in the blanking area.
sourcepub fn safe_period_fifo_num(&mut self) -> SAFE_PERIOD_FIFO_NUM_W<'_, 16>
pub fn safe_period_fifo_num(&mut self) -> SAFE_PERIOD_FIFO_NUM_W<'_, 16>
Bits 16:28 - When the data length in line buffer is more than SAFE_PERIOD_FIFO_NUM, the LCD controller will allow dram controller to stop working to change frequency.
Methods from Deref<Target = W<LCD_SAFE_PERIOD_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