pub struct R(/* private fields */);Expand description
Register DUMMY_CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn xo32m_adc_clk_mode(&self) -> XO32M_ADC_CLK_MODE_R
pub fn xo32m_adc_clk_mode(&self) -> XO32M_ADC_CLK_MODE_R
Bits 10:11 - Control High speed Crystal oscillator mode of the ADC clock.
Methods from Deref<Target = R<DUMMY_CTRL_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 UnsafeUnpin 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