Struct d1_pac::tve::tve_auto_detection_debounce_setting::W
source · pub struct W(/* private fields */);
Expand description
Register tve_auto_detection_debounce_setting
writer
Implementations§
source§impl W
impl W
sourcepub fn dac0_de_bounce_times(&mut self) -> DAC0_DE_BOUNCE_TIMES_W<'_, 0>
pub fn dac0_de_bounce_times(&mut self) -> DAC0_DE_BOUNCE_TIMES_W<'_, 0>
Bits 0:3 - The de_bounce time for hot plug detect function.
sourcepub fn dac_test_register(&mut self) -> DAC_TEST_REGISTER_W<'_, 16>
pub fn dac_test_register(&mut self) -> DAC_TEST_REGISTER_W<'_, 16>
Bits 16:25 - DAC test register.
Methods from Deref<Target = W<TVE_AUTO_DETECTION_DEBOUNCE_SETTING_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