Struct d1_pac::tve::tve_auto_detect_cfg1::R
source · pub struct R(/* private fields */);
Expand description
Register tve_auto_detect_cfg1
reader
Implementations§
source§impl R
impl R
sourcepub fn detect_pulse_start(&self) -> DETECT_PULSE_START_R
pub fn detect_pulse_start(&self) -> DETECT_PULSE_START_R
Bits 0:14 - Detect signal start time
sourcepub fn detect_pulse_periods(&self) -> DETECT_PULSE_PERIODS_R
pub fn detect_pulse_periods(&self) -> DETECT_PULSE_PERIODS_R
Bits 16:30 - Use 32K clock
Methods from Deref<Target = R<TVE_AUTO_DETECT_CFG1_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