pub struct R(/* private fields */);
Expand description
Register lcd_gint0
reader
Implementations§
source§impl R
impl R
sourcepub fn fsync_int_flag(&self) -> FSYNC_INT_FLAG_R
pub fn fsync_int_flag(&self) -> FSYNC_INT_FLAG_R
Bit 0 - Asserted at the fsync signal in every frame
Write 0 to clear it.
sourcepub fn de_int_flag(&self) -> DE_INT_FLAG_R
pub fn de_int_flag(&self) -> DE_INT_FLAG_R
Bit 1 - Asserted at the first valid line in every frame
Write 0 to clear it.
sourcepub fn fsync_int_inv(&self) -> FSYNC_INT_INV_R
pub fn fsync_int_inv(&self) -> FSYNC_INT_INV_R
Bit 2 - Enable the fsync interrupt to set signal inverse polarity.
When FSYNC is positive, this bit must be 1.
And vice versa.
sourcepub fn lcd_tri_underflow_flag(&self) -> LCD_TRI_UNDERFLOW_FLAG_R
pub fn lcd_tri_underflow_flag(&self) -> LCD_TRI_UNDERFLOW_FLAG_R
Bit 9 - Only used in dsi video mode, tri when sync by dsi but not finish
Write 0 to clear it.
sourcepub fn lcd_tri_counter_int_flag(&self) -> LCD_TRI_COUNTER_INT_FLAG_R
pub fn lcd_tri_counter_int_flag(&self) -> LCD_TRI_COUNTER_INT_FLAG_R
Bit 10 - Trigger when tri counter reaches this value
Write 0 to clear it.
sourcepub fn lcd_tri_finish_int_flag(&self) -> LCD_TRI_FINISH_INT_FLAG_R
pub fn lcd_tri_finish_int_flag(&self) -> LCD_TRI_FINISH_INT_FLAG_R
Bit 11 - Trigger when cpu trigger mode finished
Write 0 to clear it.
sourcepub fn lcd_line_int_flag(&self) -> LCD_LINE_INT_FLAG_R
pub fn lcd_line_int_flag(&self) -> LCD_LINE_INT_FLAG_R
Bit 13 - Trigger when SY0 match the current LCD scan line
Write 0 to clear it.
sourcepub fn lcd_vb_int_flag(&self) -> LCD_VB_INT_FLAG_R
pub fn lcd_vb_int_flag(&self) -> LCD_VB_INT_FLAG_R
Bit 15 - Asserted during vertical no-display period every frame
Write 0 to clear it.
sourcepub fn lcd_tri_counter_int_en(&self) -> LCD_TRI_COUNTER_INT_EN_R
pub fn lcd_tri_counter_int_en(&self) -> LCD_TRI_COUNTER_INT_EN_R
Bit 26 - Enable the trigger counter interrupt
sourcepub fn lcd_tri_finish_int_en(&self) -> LCD_TRI_FINISH_INT_EN_R
pub fn lcd_tri_finish_int_en(&self) -> LCD_TRI_FINISH_INT_EN_R
Bit 27 - Enable the trigger finish interrupt
sourcepub fn lcd_line_int_en(&self) -> LCD_LINE_INT_EN_R
pub fn lcd_line_int_en(&self) -> LCD_LINE_INT_EN_R
Bit 29 - Enable the line interrupt
sourcepub fn lcd_vb_int_en(&self) -> LCD_VB_INT_EN_R
pub fn lcd_vb_int_en(&self) -> LCD_VB_INT_EN_R
Bit 31 - Enable the Vb interrupt