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 4 - Sine Mode
Sourcepub fn outenprs(&self) -> OUTENPRS_R
pub fn outenprs(&self) -> OUTENPRS_R
Bit 5 - PRS Controlled Output Enable
Sourcepub fn ch0prescrst(&self) -> CH0PRESCRST_R
pub fn ch0prescrst(&self) -> CH0PRESCRST_R
Bit 6 - Channel 0 Start Reset Prescaler
Sourcepub fn refreshperiod(&self) -> REFRESHPERIOD_R
pub fn refreshperiod(&self) -> REFRESHPERIOD_R
Bits 24:25 - Refresh Period
Sourcepub fn warmupmode(&self) -> WARMUPMODE_R
pub fn warmupmode(&self) -> WARMUPMODE_R
Bit 28 - Warm-up Mode
Sourcepub fn dacclkmode(&self) -> DACCLKMODE_R
pub fn dacclkmode(&self) -> DACCLKMODE_R
Bit 31 - Clock Mode
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