Struct d1_pac::tve::tve_sync_vbi_level::W
source · pub struct W(/* private fields */);
Expand description
Register tve_sync_vbi_level
writer
Implementations§
source§impl W
impl W
sourcepub fn vblank_level(&mut self) -> VBLANK_LEVEL_W<'_, 0>
pub fn vblank_level(&mut self) -> VBLANK_LEVEL_W<'_, 0>
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(&mut self) -> SYNC_LEVEL_W<'_, 16>
pub fn sync_level(&mut self) -> SYNC_LEVEL_W<'_, 16>
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 = W<TVE_SYNC_VBI_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