pub struct R(_);
Expand description
Register VREF
reader
Implementations
sourceimpl R
impl R
sourcepub fn runstdby(&self) -> RUNSTDBY_R
pub fn runstdby(&self) -> RUNSTDBY_R
Bit 6 - Run during Standby
sourcepub fn ondemand(&self) -> ONDEMAND_R
pub fn ondemand(&self) -> ONDEMAND_R
Bit 7 - On Demand Contrl
Methods from Deref<Target = R<VREF_SPEC>>
Trait Implementations
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