pub struct R(_);
Expand description
Register MCCAR
reader
Implementations
sourceimpl R
impl R
sourcepub fn maxcur33v(&self) -> MAXCUR33V_R
pub fn maxcur33v(&self) -> MAXCUR33V_R
Bits 0:7 - Maximum Current for 3.3V
sourcepub fn maxcur30v(&self) -> MAXCUR30V_R
pub fn maxcur30v(&self) -> MAXCUR30V_R
Bits 8:15 - Maximum Current for 3.0V
sourcepub fn maxcur18v(&self) -> MAXCUR18V_R
pub fn maxcur18v(&self) -> MAXCUR18V_R
Bits 16:23 - Maximum Current for 1.8V
Methods from Deref<Target = R<MCCAR_SPEC>>
Trait Implementations
sourceimpl From<R<MCCAR_SPEC>> for R
impl From<R<MCCAR_SPEC>> for R
sourcefn from(reader: R<MCCAR_SPEC>) -> Self
fn from(reader: R<MCCAR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more