Struct d1_pac::tve::tve_auto_detection_enable::R
source · pub struct R(/* private fields */);
Expand description
Register tve_auto_detection_enable
reader
Implementations§
source§impl R
impl R
sourcepub fn dac0_auto_detect_enable(&self) -> DAC0_AUTO_DETECT_ENABLE_R
pub fn dac0_auto_detect_enable(&self) -> DAC0_AUTO_DETECT_ENABLE_R
Bit 0
sourcepub fn dac0_auto_detect_interrupt_en(&self) -> DAC0_AUTO_DETECT_INTERRUPT_EN_R
pub fn dac0_auto_detect_interrupt_en(&self) -> DAC0_AUTO_DETECT_INTERRUPT_EN_R
Bit 16
sourcepub fn dac_auto_detect_mode_sel(&self) -> DAC_AUTO_DETECT_MODE_SEL_R
pub fn dac_auto_detect_mode_sel(&self) -> DAC_AUTO_DETECT_MODE_SEL_R
Bit 31
Methods from Deref<Target = R<TVE_AUTO_DETECTION_ENABLE_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