pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn emacmpen(&mut self) -> EMACMPEN_W<'_, 25>
pub fn emacmpen(&mut self) -> EMACMPEN_W<'_, 25>
Bit 25 - Greater and Less Than Comparison Using the Exponential Moving Average (EMA) is Enabled
Sourcepub fn warmupmode(&mut self) -> WARMUPMODE_W<'_, 26>
pub fn warmupmode(&mut self) -> WARMUPMODE_W<'_, 26>
Bit 26 - Select Warmup Mode for CSEN
Sourcepub fn localsens(&mut self) -> LOCALSENS_W<'_, 27>
pub fn localsens(&mut self) -> LOCALSENS_W<'_, 27>
Bit 27 - Local Sensing Enable
Sourcepub fn cpaccuracy(&mut self) -> CPACCURACY_W<'_, 28>
pub fn cpaccuracy(&mut self) -> CPACCURACY_W<'_, 28>
Bit 28 - Charge Pump Accuracy
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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