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