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