pub struct W(/* private fields */);
Expand description
Register tve_level
writer
Implementations§
source§impl W
impl W
sourcepub fn black_level(&mut self) -> BLACK_LEVEL_W<'_, 0>
pub fn black_level(&mut self) -> BLACK_LEVEL_W<'_, 0>
Bits 0:9 - Specify the black level setting. This is 10 bits unsigned integer. Allowed range is from 240 to 1023.
sourcepub fn blank_level(&mut self) -> BLANK_LEVEL_W<'_, 16>
pub fn blank_level(&mut self) -> BLANK_LEVEL_W<'_, 16>
Bits 16:25 - Specify the blank level setting for active lines. This is 10 bits unsigned integer. Allowed range is from 0 to 1023.
Methods from Deref<Target = W<TVE_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