Struct esp32s3_hal::pac::lcd_cam::lcd_misc::R
pub struct R(_);
Expand description
Register LCD_MISC
reader
Implementations§
§impl R
impl R
pub fn lcd_afifo_threshold_num(&self) -> FieldReaderRaw<u8, u8>
pub fn lcd_afifo_threshold_num(&self) -> FieldReaderRaw<u8, u8>
Bits 1:5 - The awfull threshold number of lcd_afifo.
pub fn lcd_vfk_cyclelen(&self) -> FieldReaderRaw<u8, u8>
pub fn lcd_vfk_cyclelen(&self) -> FieldReaderRaw<u8, u8>
Bits 6:11 - The setup cycle length minus 1 in LCD non-RGB mode.
pub fn lcd_vbk_cyclelen(&self) -> FieldReaderRaw<u16, u16>
pub fn lcd_vbk_cyclelen(&self) -> FieldReaderRaw<u16, u16>
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.
pub fn lcd_next_frame_en(&self) -> BitReaderRaw<bool>
pub fn lcd_next_frame_en(&self) -> BitReaderRaw<bool>
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.
pub fn lcd_bk_en(&self) -> BitReaderRaw<bool>
pub fn lcd_bk_en(&self) -> BitReaderRaw<bool>
Bit 26 - 1: Enable blank region when LCD sends data out. 0: No blank region.
pub fn lcd_cd_data_set(&self) -> BitReaderRaw<bool>
pub fn lcd_cd_data_set(&self) -> BitReaderRaw<bool>
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.
pub fn lcd_cd_dummy_set(&self) -> BitReaderRaw<bool>
pub fn lcd_cd_dummy_set(&self) -> BitReaderRaw<bool>
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.
pub fn lcd_cd_cmd_set(&self) -> BitReaderRaw<bool>
pub fn lcd_cd_cmd_set(&self) -> BitReaderRaw<bool>
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.
pub fn lcd_cd_idle_edge(&self) -> BitReaderRaw<bool>
pub fn lcd_cd_idle_edge(&self) -> BitReaderRaw<bool>
Bit 31 - The default value of LCD_CD.
Methods from Deref<Target = R<LCD_MISC_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.