Struct d1_pac::tve::tve_slave_parameter::W
source · pub struct W(/* private fields */);
Expand description
Register tve_slave_parameter
writer
Implementations§
source§impl W
impl W
sourcepub fn slave_mode(&mut self) -> SLAVE_MODE_W<'_, 0>
pub fn slave_mode(&mut self) -> SLAVE_MODE_W<'_, 0>
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(&mut self) -> SLAVE_THRESH_W<'_, 8>
pub fn slave_thresh(&mut self) -> SLAVE_THRESH_W<'_, 8>
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 = W<TVE_SLAVE_PARAMETER_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