Struct d1_pac::tcon_lcd0::fsync_gen_dly::R
source · pub struct R(/* private fields */);
Expand description
Register fsync_gen_dly
reader
Implementations§
source§impl R
impl R
sourcepub fn sensor_act1_time(&self) -> SENSOR_ACT1_TIME_R
pub fn sensor_act1_time(&self) -> SENSOR_ACT1_TIME_R
Bits 0:11 - Delay 0-4095 Pixel clk Period
The actual delay is sensor_act1_time+1.
sourcepub fn sensor_act0_time(&self) -> SENSOR_ACT0_TIME_R
pub fn sensor_act0_time(&self) -> SENSOR_ACT0_TIME_R
Bits 16:27 - Delay 0-4095 Pixel clk Period
The actual delay is sensor_act0_time+1.
Methods from Deref<Target = R<FSYNC_GEN_DLY_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