Struct d1_pac::tve::tve_slave_parameter::R
source · pub struct R(/* private fields */);
Expand description
Register tve_slave_parameter
reader
Implementations§
source§impl R
impl R
sourcepub fn slave_mode(&self) -> SLAVE_MODE_R
pub fn slave_mode(&self) -> SLAVE_MODE_R
Bit 0 - Slave mode selection
This bit selects whether the Video Encoder is sync slave, partial slave or sync master. It should be set to B’0’.
sourcepub fn slave_thresh(&self) -> SLAVE_THRESH_R
pub fn slave_thresh(&self) -> SLAVE_THRESH_R
Bit 8 - Horizontal line adjustment threshold selection
This bit selects whether the number of lines after which the Video Encoder starts the horizontal line length adjustment is slave mode is 0 or 30.
Methods from Deref<Target = R<TVE_SLAVE_PARAMETER_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