Struct d1_pac::tve::tve_sync_vbi_level::R
source · pub struct R(/* private fields */);
Expand description
Register tve_sync_vbi_level
reader
Implementations§
source§impl R
impl R
sourcepub fn vblank_level(&self) -> VBLANK_LEVEL_R
pub fn vblank_level(&self) -> VBLANK_LEVEL_R
Bits 0:9 - Specify the blank level setting for non active lines. 10-bit unsigned integer. Allow range is from 0 to 1023.
sourcepub fn sync_level(&self) -> SYNC_LEVEL_R
pub fn sync_level(&self) -> SYNC_LEVEL_R
Bits 16:25 - Specify the sync pulse level setting. 8-bit unsigned integer. Allowed range is from 0 to ABlankLevel-1 or VBlankLevel-1 (whichever is smaller).
Methods from Deref<Target = R<TVE_SYNC_VBI_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