pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn warmupmode(&self) -> WARMUPMODE_R
pub fn warmupmode(&self) -> WARMUPMODE_R
Bits 0:1 - Warm-up Mode
Sourcepub fn singledmawu(&self) -> SINGLEDMAWU_R
pub fn singledmawu(&self) -> SINGLEDMAWU_R
Bit 2 - SINGLEFIFO DMA Wakeup
Sourcepub fn scandmawu(&self) -> SCANDMAWU_R
pub fn scandmawu(&self) -> SCANDMAWU_R
Bit 3 - SCANFIFO DMA Wakeup
Sourcepub fn tailgate(&self) -> TAILGATE_R
pub fn tailgate(&self) -> TAILGATE_R
Bit 4 - Conversion Tailgating
Sourcepub fn asyncclken(&self) -> ASYNCCLKEN_R
pub fn asyncclken(&self) -> ASYNCCLKEN_R
Bit 6 - Selects ASYNC CLK Enable Mode When ADCCLKMODE=1
Sourcepub fn adcclkmode(&self) -> ADCCLKMODE_R
pub fn adcclkmode(&self) -> ADCCLKMODE_R
Bit 7 - ADC Clock Mode
Sourcepub fn presc(&self) -> PRESC_R
pub fn presc(&self) -> PRESC_R
Bits 8:14 - Prescalar Setting for ADC Sample and Conversion Clock
Sourcepub fn timebase(&self) -> TIMEBASE_R
pub fn timebase(&self) -> TIMEBASE_R
Bits 16:22 - 1us Time Base
Sourcepub fn chconmode(&self) -> CHCONMODE_R
pub fn chconmode(&self) -> CHCONMODE_R
Bit 29 - Channel Connect
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