Struct d1_pac::tve::tve_cbcr_level_gain::W
source · pub struct W(/* private fields */);
Expand description
Register tve_cbcr_level_gain
writer
Implementations§
source§impl W
impl W
sourcepub fn cb_burst_level(&mut self) -> CB_BURST_LEVEL_W<'_, 0>
pub fn cb_burst_level(&mut self) -> CB_BURST_LEVEL_W<'_, 0>
Bits 0:7 - Specify the amplitude of the Cb burst. 8 bit 2’s complement integer. Allowed range is from (-127) to 127.
sourcepub fn cr_burst_level(&mut self) -> CR_BURST_LEVEL_W<'_, 8>
pub fn cr_burst_level(&mut self) -> CR_BURST_LEVEL_W<'_, 8>
Bits 8:15 - Specify the amplitude of the Cr burst. 8 bit 2’s complement integer. Allowed range is from (-127) to 127.
Methods from Deref<Target = W<TVE_CBCR_LEVEL_GAIN_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