Type Alias R

Source
pub type R = R<CWSTRTrs>;
Expand description

Register CWSTRT reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn hoffcnt(&self) -> HOFFCNT_R

Bits 0:13 - Horizontal offset count This value gives the number of pixel clocks to count before starting a capture.

Source

pub fn vst(&self) -> VST_R

Bits 16:28 - Vertical start line count The image capture starts with this line number. Previous line data are ignored. ….

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more