pub struct R(/* private fields */);Expand description
Register MAXCURCAPAB reader
Implementations§
Source§impl R
impl R
Sourcepub fn maxcur3p3val(&self) -> MAXCUR3P3VAL_R
pub fn maxcur3p3val(&self) -> MAXCUR3P3VAL_R
Bits 0:7 - Maximum Current for 3.3V
Sourcepub fn maxcur3p0val(&self) -> MAXCUR3P0VAL_R
pub fn maxcur3p0val(&self) -> MAXCUR3P0VAL_R
Bits 8:15 - Maximum Current for 3.0V
Sourcepub fn maxcur1p8val(&self) -> MAXCUR1P8VAL_R
pub fn maxcur1p8val(&self) -> MAXCUR1P8VAL_R
Bits 16:23 - Maximum Current for 1.8V
Methods from Deref<Target = R<MAXCURCAPAB_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