Struct d1_pac::tve::tve_white_level::R
source · pub struct R(/* private fields */);
Expand description
Register tve_white_level
reader
Implementations§
source§impl R
impl R
sourcepub fn white_level(&self) -> WHITE_LEVEL_R
pub fn white_level(&self) -> WHITE_LEVEL_R
Bits 0:9 - Specify the white level setting. 10-bit unsigned integer. Allowed range is from black_level+1 or vbi_blank_level +1 (whichever is greater) to 1023.
sourcepub fn hd_sync_breezeway_level(&self) -> HD_SYNC_BREEZEWAY_LEVEL_R
pub fn hd_sync_breezeway_level(&self) -> HD_SYNC_BREEZEWAY_LEVEL_R
Bits 16:25 - Specify the breezeway level setting. 10-bit unsigned integer. Allowed range is from 0 to 1023.
Methods from Deref<Target = R<TVE_WHITE_LEVEL_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