Struct d1_pac::tve::tve_low_pass_control::R
source · pub struct R(/* private fields */);
Expand description
Register tve_low_pass_control
reader
Implementations§
source§impl R
impl R
sourcepub fn enable_deflicker(&self) -> ENABLE_DEFLICKER_R
pub fn enable_deflicker(&self) -> ENABLE_DEFLICKER_R
Bit 8 - Enable_deflicker
sourcepub fn fix_coef_deflicker(&self) -> FIX_COEF_DEFLICKER_R
pub fn fix_coef_deflicker(&self) -> FIX_COEF_DEFLICKER_R
Bit 9 - Fix_coef_deflicker
sourcepub fn user_deflicker_coef(&self) -> USER_DEFLICKER_COEF_R
pub fn user_deflicker_coef(&self) -> USER_DEFLICKER_COEF_R
Bits 10:13 - User_deflicker_coef
up: coef/32
Center: 1-coef/16
Down: coef/32
Methods from Deref<Target = R<TVE_LOW_PASS_CONTROL_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