Struct d1_pac::tve::tve_auto_detection_interrupt_status::R
source · pub struct R(/* private fields */);
Expand description
Register tve_auto_detection_interrupt_status
reader
Implementations§
source§impl R
impl R
sourcepub fn dac0_auto_detect_interrupt_active_flag(
&self,
) -> DAC0_AUTO_DETECT_INTERRUPT_ACTIVE_FLAG_R
pub fn dac0_auto_detect_interrupt_active_flag( &self, ) -> DAC0_AUTO_DETECT_INTERRUPT_ACTIVE_FLAG_R
Bit 0 - Write 1 to inactive DAC0 auto detection interrupt
Methods from Deref<Target = R<TVE_AUTO_DETECTION_INTERRUPT_STATUS_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