pub struct R(/* private fields */);
Expand description
Register tv_debug
reader
Implementations§
source§impl R
impl R
sourcepub fn tv_current_line(&self) -> TV_CURRENT_LINE_R
pub fn tv_current_line(&self) -> TV_CURRENT_LINE_R
Bits 0:11 - TV Current Line
sourcepub fn line_buf_bypass(&self) -> LINE_BUF_BYPASS_R
pub fn line_buf_bypass(&self) -> LINE_BUF_BYPASS_R
Bit 13 - Line Buf fer Bypass
sourcepub fn tv_field_pol(&self) -> TV_FIELD_POL_R
pub fn tv_field_pol(&self) -> TV_FIELD_POL_R
Bit 28 - TV Field Polarity
sourcepub fn tv_fifo_u(&self) -> TV_FIFO_U_R
pub fn tv_fifo_u(&self) -> TV_FIFO_U_R
Bit 30 - TV FIFO Underflow
Methods from Deref<Target = R<TV_DEBUG_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