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