pub struct W(/* private fields */);
Expand description
Register tv_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn tv_src_sel(&mut self) -> TV_SRC_SEL_W<'_, 1>
pub fn tv_src_sel(&mut self) -> TV_SRC_SEL_W<'_, 1>
Bit 1 - TV Source Select
Note: The priority of this bit is higher than TV_SRC_SEL(bit[2:0]) in TV_SRC_CTL_REG.
sourcepub fn start_delay(&mut self) -> START_DELAY_W<'_, 4>
pub fn start_delay(&mut self) -> START_DELAY_W<'_, 4>
Bits 4:8 - This is for DE0 and DE1.
Methods from Deref<Target = W<TV_CTL_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