pub struct R(/* private fields */);
Expand description
Register lcd_debug
reader
Implementations§
source§impl R
impl R
sourcepub fn lcd_current_line(&self) -> LCD_CURRENT_LINE_R
pub fn lcd_current_line(&self) -> LCD_CURRENT_LINE_R
Bits 16:27 - The current scan line
sourcepub fn lcd_field_pol(&self) -> LCD_FIELD_POL_R
pub fn lcd_field_pol(&self) -> LCD_FIELD_POL_R
Bit 29 - The flag indicates the current field polarity
sourcepub fn lcd_fifo_underflow(&self) -> LCD_FIFO_UNDERFLOW_R
pub fn lcd_fifo_underflow(&self) -> LCD_FIFO_UNDERFLOW_R
Bit 31 - The flag shows whether the fifos in underflow status
Methods from Deref<Target = R<LCD_DEBUG_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