Struct d1_pac::tve::tve_chroma_frequency::W
source · pub struct W(/* private fields */);
Expand description
Register tve_chroma_frequency
writer
Implementations§
source§impl W
impl W
sourcepub fn chroma_freq(&mut self) -> CHROMA_FREQ_W<'_, 0>
pub fn chroma_freq(&mut self) -> CHROMA_FREQ_W<'_, 0>
Bits 0:31 - Specify the ratio between the color burst frequency. 32 bits unsigned fraction. The default value is h21f07c1f, which is compatible with NTSC spec.
Methods from Deref<Target = W<TVE_CHROMA_FREQUENCY_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