Type Alias d1_pac::tve::tve_slave_parameter::SLAVE_THRESH_W

source ·
pub type SLAVE_THRESH_W<'a, const O: u8> = BitWriter<'a, u32, TVE_SLAVE_PARAMETER_SPEC, SLAVE_THRESH_A, O>;
Expand description

Field slave_thresh writer - 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.

Aliased Type§

struct SLAVE_THRESH_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> SLAVE_THRESH_W<'a, O>

source

pub fn _0(self) -> &'a mut W

Number of lines is 0

source

pub fn _30(self) -> &'a mut W

Number of lines is 30