pub struct R(/* private fields */);Expand description
Register DCDCMISCCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn lnforceccm(&self) -> LNFORCECCM_R
pub fn lnforceccm(&self) -> LNFORCECCM_R
Bit 0 - Force DCDC Into CCM Mode in Low Noise Operation
Sourcepub fn byplimsel(&self) -> BYPLIMSEL_R
pub fn byplimsel(&self) -> BYPLIMSEL_R
Bits 16:19 - Current Limit in Bypass Mode
Sourcepub fn lpclimilimsel(&self) -> LPCLIMILIMSEL_R
pub fn lpclimilimsel(&self) -> LPCLIMILIMSEL_R
Bits 20:22 - Current Limit Level Selection for Current Limiter in LP Mode
Sourcepub fn lnclimilimsel(&self) -> LNCLIMILIMSEL_R
pub fn lnclimilimsel(&self) -> LNCLIMILIMSEL_R
Bits 24:26 - Current Limit Level Selection for Current Limiter in LN Mode
Sourcepub fn lpcmpbias(&self) -> LPCMPBIAS_R
pub fn lpcmpbias(&self) -> LPCMPBIAS_R
Bits 28:29 - LP Mode Comparator Bias Selection
Methods from Deref<Target = R<DCDCMISCCTRL_SPEC>>§
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