pub struct R(/* private fields */);
Expand description
Register tve_level
reader
Implementations§
source§impl R
impl R
sourcepub fn black_level(&self) -> BLACK_LEVEL_R
pub fn black_level(&self) -> BLACK_LEVEL_R
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(&self) -> BLANK_LEVEL_R
pub fn blank_level(&self) -> BLANK_LEVEL_R
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 = R<TVE_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