Struct d1_pac::tcon_lcd0::fsync_gen_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register fsync_gen_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn fsync_gen_en(&self) -> FSYNC_GEN_EN_R
pub fn fsync_gen_en(&self) -> FSYNC_GEN_EN_R
Bit 0 - Fsync Generate Enable
sourcepub fn sel_vsync_en(&self) -> SEL_VSYNC_EN_R
pub fn sel_vsync_en(&self) -> SEL_VSYNC_EN_R
Bit 1 - Select Vsync Enable
sourcepub fn hsync_pol_sel(&self) -> HSYNC_POL_SEL_R
pub fn hsync_pol_sel(&self) -> HSYNC_POL_SEL_R
Bit 2 - Hsync Polarity Select
sourcepub fn sensor_dis_value(&self) -> SENSOR_DIS_VALUE_R
pub fn sensor_dis_value(&self) -> SENSOR_DIS_VALUE_R
Bit 4 - Sensor Disable Value
sourcepub fn sensor_act0_value(&self) -> SENSOR_ACT0_VALUE_R
pub fn sensor_act0_value(&self) -> SENSOR_ACT0_VALUE_R
Bit 5 - Sensor Active0 Value
sourcepub fn sensor_act1_value(&self) -> SENSOR_ACT1_VALUE_R
pub fn sensor_act1_value(&self) -> SENSOR_ACT1_VALUE_R
Bit 6 - Sensor Active1 Value
sourcepub fn sensor_dis_time(&self) -> SENSOR_DIS_TIME_R
pub fn sensor_dis_time(&self) -> SENSOR_DIS_TIME_R
Bits 8:18 - Delay 0-2047 Hsync Period
When hsync_pol_sel is 0, the actual delay is sensor_dis_time-1.
When hsync_pol_sel is 1, the actual delay is sensor_dis_time.
Methods from Deref<Target = R<FSYNC_GEN_CTRL_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