pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn sinemode(&self) -> SINEMODE_R
pub fn sinemode(&self) -> SINEMODE_R
Bit 1 - Sine Mode
Sourcepub fn convmode(&self) -> CONVMODE_R
pub fn convmode(&self) -> CONVMODE_R
Bits 2:3 - Conversion Mode
Sourcepub fn outenprs(&self) -> OUTENPRS_R
pub fn outenprs(&self) -> OUTENPRS_R
Bit 6 - PRS Controlled Output Enable
Sourcepub fn ch0prescrst(&self) -> CH0PRESCRST_R
pub fn ch0prescrst(&self) -> CH0PRESCRST_R
Bit 7 - Channel 0 Start Reset Prescaler
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