pub struct W(/* private fields */);
Expand description
Register tv_gint0
writer
Implementations§
source§impl W
impl W
sourcepub fn tv_line_int_flag(&mut self) -> TV_LINE_INT_FLAG_W<'_, 12>
pub fn tv_line_int_flag(&mut self) -> TV_LINE_INT_FLAG_W<'_, 12>
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(&mut self) -> TV_VB_INT_FLAG_W<'_, 14>
pub fn tv_vb_int_flag(&mut self) -> TV_VB_INT_FLAG_W<'_, 14>
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(&mut self) -> TV_LINE_INT_EN_W<'_, 28>
pub fn tv_line_int_en(&mut self) -> TV_LINE_INT_EN_W<'_, 28>
Bit 28 - TV Line Interrupt Enable
sourcepub fn tv_vb_int_en(&mut self) -> TV_VB_INT_EN_W<'_, 30>
pub fn tv_vb_int_en(&mut self) -> TV_VB_INT_EN_W<'_, 30>
Bit 30 - TV Vb Interrupt Enable
Methods from Deref<Target = W<TV_GINT0_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