Struct d1_pac::tve::tve_white_level::W
source · pub struct W(/* private fields */);
Expand description
Register tve_white_level
writer
Implementations§
source§impl W
impl W
sourcepub fn white_level(&mut self) -> WHITE_LEVEL_W<'_, 0>
pub fn white_level(&mut self) -> WHITE_LEVEL_W<'_, 0>
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(&mut self) -> HD_SYNC_BREEZEWAY_LEVEL_W<'_, 16>
pub fn hd_sync_breezeway_level(&mut self) -> HD_SYNC_BREEZEWAY_LEVEL_W<'_, 16>
Bits 16:25 - Specify the breezeway level setting. 10-bit unsigned integer. Allowed range is from 0 to 1023.
Methods from Deref<Target = W<TVE_WHITE_LEVEL_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