Struct d1_pac::tcon_lcd0::lcd_safe_period::R
source · pub struct R(/* private fields */);
Expand description
Register lcd_safe_period
reader
Implementations§
source§impl R
impl R
sourcepub fn safe_period_mode(&self) -> SAFE_PERIOD_MODE_R
pub fn safe_period_mode(&self) -> SAFE_PERIOD_MODE_R
Bits 0:2 - Select the save mode
sourcepub fn safe_period_line(&self) -> SAFE_PERIOD_LINE_R
pub fn safe_period_line(&self) -> SAFE_PERIOD_LINE_R
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(&self) -> SAFE_PERIOD_FIFO_NUM_R
pub fn safe_period_fifo_num(&self) -> SAFE_PERIOD_FIFO_NUM_R
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 = R<LCD_SAFE_PERIOD_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