pub struct W(/* private fields */);
Expand description
Register tp_ctrl0
writer
Implementations§
source§impl W
impl W
sourcepub fn adc_clk_divider(&mut self) -> ADC_CLK_DIVIDER_W<'_, 20>
pub fn adc_clk_divider(&mut self) -> ADC_CLK_DIVIDER_W<'_, 20>
Bits 20:21 - ADC Clock Divider (CLK_IN)
sourcepub fn adc_first_dly_mode(&mut self) -> ADC_FIRST_DLY_MODE_W<'_, 23>
pub fn adc_first_dly_mode(&mut self) -> ADC_FIRST_DLY_MODE_W<'_, 23>
Bit 23 - ADC First Convert Delay Mode Select
sourcepub fn adc_first_dly(&mut self) -> ADC_FIRST_DLY_W<'_, 24>
pub fn adc_first_dly(&mut self) -> ADC_FIRST_DLY_W<'_, 24>
Bits 24:31 - ADC First Convert Delay Time (T_FCDT) Setting
Methods from Deref<Target = W<TP_CTRL0_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