pub struct R(/* private fields */);
Expand description
Register tv_gint0
reader
Implementations§
source§impl R
impl R
sourcepub fn tv_line_int_flag(&self) -> TV_LINE_INT_FLAG_R
pub fn tv_line_int_flag(&self) -> TV_LINE_INT_FLAG_R
Bit 12 - TV Line Interrupt Flag
Trigger when SY1 match the current TV scan line
Write 0 to clear it.
sourcepub fn tv_vb_int_flag(&self) -> TV_VB_INT_FLAG_R
pub fn tv_vb_int_flag(&self) -> TV_VB_INT_FLAG_R
Bit 14 - TV Vb Interrupt Flag
Asserted during vertical no-display period every frame.
Write 0 to clear it.
sourcepub fn tv_line_int_en(&self) -> TV_LINE_INT_EN_R
pub fn tv_line_int_en(&self) -> TV_LINE_INT_EN_R
Bit 28 - TV Line Interrupt Enable
sourcepub fn tv_vb_int_en(&self) -> TV_VB_INT_EN_R
pub fn tv_vb_int_en(&self) -> TV_VB_INT_EN_R
Bit 30 - TV Vb Interrupt Enable
Methods from Deref<Target = R<TV_GINT0_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