Struct d1_pac::tve::tve_auto_detection_enable::W
source · pub struct W(/* private fields */);
Expand description
Register tve_auto_detection_enable
writer
Implementations§
source§impl W
impl W
sourcepub fn dac0_auto_detect_enable(&mut self) -> DAC0_AUTO_DETECT_ENABLE_W<'_, 0>
pub fn dac0_auto_detect_enable(&mut self) -> DAC0_AUTO_DETECT_ENABLE_W<'_, 0>
Bit 0
sourcepub fn dac0_auto_detect_interrupt_en(
&mut self,
) -> DAC0_AUTO_DETECT_INTERRUPT_EN_W<'_, 16>
pub fn dac0_auto_detect_interrupt_en( &mut self, ) -> DAC0_AUTO_DETECT_INTERRUPT_EN_W<'_, 16>
Bit 16
sourcepub fn dac_auto_detect_mode_sel(&mut self) -> DAC_AUTO_DETECT_MODE_SEL_W<'_, 31>
pub fn dac_auto_detect_mode_sel(&mut self) -> DAC_AUTO_DETECT_MODE_SEL_W<'_, 31>
Bit 31
Methods from Deref<Target = W<TVE_AUTO_DETECTION_ENABLE_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