Struct d1_pac::tve::tve_cbcr_level_gain::R
source · pub struct R(/* private fields */);
Expand description
Register tve_cbcr_level_gain
reader
Implementations§
source§impl R
impl R
sourcepub fn cb_burst_level(&self) -> CB_BURST_LEVEL_R
pub fn cb_burst_level(&self) -> CB_BURST_LEVEL_R
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(&self) -> CR_BURST_LEVEL_R
pub fn cr_burst_level(&self) -> CR_BURST_LEVEL_R
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 = R<TVE_CBCR_LEVEL_GAIN_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