pub struct R(/* private fields */);
Expand description
Register tv_ctl
reader
Implementations§
source§impl R
impl R
sourcepub fn tv_src_sel(&self) -> TV_SRC_SEL_R
pub fn tv_src_sel(&self) -> TV_SRC_SEL_R
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(&self) -> START_DELAY_R
pub fn start_delay(&self) -> START_DELAY_R
Bits 4:8 - This is for DE0 and DE1.
Methods from Deref<Target = R<TV_CTL_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