Struct d1_pac::tcon_lcd0::fsync_gen_dly::W
source · pub struct W(/* private fields */);
Expand description
Register fsync_gen_dly
writer
Implementations§
source§impl W
impl W
sourcepub fn sensor_act1_time(&mut self) -> SENSOR_ACT1_TIME_W<'_, 0>
pub fn sensor_act1_time(&mut self) -> SENSOR_ACT1_TIME_W<'_, 0>
Bits 0:11 - Delay 0-4095 Pixel clk Period
The actual delay is sensor_act1_time+1.
sourcepub fn sensor_act0_time(&mut self) -> SENSOR_ACT0_TIME_W<'_, 16>
pub fn sensor_act0_time(&mut self) -> SENSOR_ACT0_TIME_W<'_, 16>
Bits 16:27 - Delay 0-4095 Pixel clk Period
The actual delay is sensor_act0_time+1.
Methods from Deref<Target = W<FSYNC_GEN_DLY_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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