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