Struct d1_pac::tve::tve_chroma_frequency::R
source · pub struct R(/* private fields */);
Expand description
Register tve_chroma_frequency
reader
Implementations§
source§impl R
impl R
sourcepub fn chroma_freq(&self) -> CHROMA_FREQ_R
pub fn chroma_freq(&self) -> CHROMA_FREQ_R
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 = R<TVE_CHROMA_FREQUENCY_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