Struct d1_pac::csic::csic_parser0::prs_ch0_line_time::R
source · pub struct R(/* private fields */);
Expand description
Register prs_ch%s0_line_time
reader
Implementations§
source§impl R
impl R
sourcepub fn hsyn_time(&self) -> HSYN_TIME_R
pub fn hsyn_time(&self) -> HSYN_TIME_R
Bits 0:15 - Time of H SYNC when vsync is valid
The unit is csi_top_clk cycle
sourcepub fn hblk_time(&self) -> HBLK_TIME_R
pub fn hblk_time(&self) -> HBLK_TIME_R
Bits 16:31 - Time of H Blanking when vsync is valid
The unit is csi_top_clk cycle
Methods from Deref<Target = R<PRS_CH0_LINE_TIME_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