pub struct R(/* private fields */);Expand description
Register CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn emacmpen(&self) -> EMACMPEN_R
pub fn emacmpen(&self) -> EMACMPEN_R
Bit 25 - Greater and Less Than Comparison Using the Exponential Moving Average (EMA) is Enabled
Sourcepub fn warmupmode(&self) -> WARMUPMODE_R
pub fn warmupmode(&self) -> WARMUPMODE_R
Bit 26 - Select Warmup Mode for CSEN
Sourcepub fn localsens(&self) -> LOCALSENS_R
pub fn localsens(&self) -> LOCALSENS_R
Bit 27 - Local Sensing Enable
Sourcepub fn cpaccuracy(&self) -> CPACCURACY_R
pub fn cpaccuracy(&self) -> CPACCURACY_R
Bit 28 - Charge Pump Accuracy
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