pub struct W(_);
Expand description
Register LCD_MISC
writer
Implementations
sourceimpl W
impl W
sourcepub fn lcd_afifo_threshold_num(&mut self) -> LCD_AFIFO_THRESHOLD_NUM_W<'_, 1>
pub fn lcd_afifo_threshold_num(&mut self) -> LCD_AFIFO_THRESHOLD_NUM_W<'_, 1>
Bits 1:5 - The awfull threshold number of lcd_afifo.
sourcepub fn lcd_vfk_cyclelen(&mut self) -> LCD_VFK_CYCLELEN_W<'_, 6>
pub fn lcd_vfk_cyclelen(&mut self) -> LCD_VFK_CYCLELEN_W<'_, 6>
Bits 6:11 - The setup cycle length minus 1 in LCD non-RGB mode.
sourcepub fn lcd_vbk_cyclelen(&mut self) -> LCD_VBK_CYCLELEN_W<'_, 12>
pub fn lcd_vbk_cyclelen(&mut self) -> LCD_VBK_CYCLELEN_W<'_, 12>
Bits 12:24 - The vertical back blank region cycle length minus 1 in LCD RGB mode, or the hold time cycle length in LCD non-RGB mode.
sourcepub fn lcd_next_frame_en(&mut self) -> LCD_NEXT_FRAME_EN_W<'_, 25>
pub fn lcd_next_frame_en(&mut self) -> LCD_NEXT_FRAME_EN_W<'_, 25>
Bit 25 - 1: Send the next frame data when the current frame is sent out. 0: LCD stops when the current frame is sent out.
sourcepub fn lcd_bk_en(&mut self) -> LCD_BK_EN_W<'_, 26>
pub fn lcd_bk_en(&mut self) -> LCD_BK_EN_W<'_, 26>
Bit 26 - 1: Enable blank region when LCD sends data out. 0: No blank region.
sourcepub fn lcd_afifo_reset(&mut self) -> LCD_AFIFO_RESET_W<'_, 27>
pub fn lcd_afifo_reset(&mut self) -> LCD_AFIFO_RESET_W<'_, 27>
Bit 27 - LCD AFIFO reset signal.
sourcepub fn lcd_cd_data_set(&mut self) -> LCD_CD_DATA_SET_W<'_, 28>
pub fn lcd_cd_data_set(&mut self) -> LCD_CD_DATA_SET_W<'_, 28>
Bit 28 - 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_DOUT state. 0: LCD_CD = reg_cd_idle_edge.
sourcepub fn lcd_cd_dummy_set(&mut self) -> LCD_CD_DUMMY_SET_W<'_, 29>
pub fn lcd_cd_dummy_set(&mut self) -> LCD_CD_DUMMY_SET_W<'_, 29>
Bit 29 - 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_DUMMY state. 0: LCD_CD = reg_cd_idle_edge.
sourcepub fn lcd_cd_cmd_set(&mut self) -> LCD_CD_CMD_SET_W<'_, 30>
pub fn lcd_cd_cmd_set(&mut self) -> LCD_CD_CMD_SET_W<'_, 30>
Bit 30 - 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_CMD state. 0: LCD_CD = reg_cd_idle_edge.
sourcepub fn lcd_cd_idle_edge(&mut self) -> LCD_CD_IDLE_EDGE_W<'_, 31>
pub fn lcd_cd_idle_edge(&mut self) -> LCD_CD_IDLE_EDGE_W<'_, 31>
Bit 31 - The default value of LCD_CD.