pub struct R(_);Expand description
Register POWER reader
Implementations
sourceimpl R
impl R
sourcepub fn pwrctrl(&self) -> FieldReaderRaw<u8, u8>
pub fn pwrctrl(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - SDMMC state control bits. These bits can only be written when the SDMMC is not in the power-on state (PWRCTRL?11). These bits are used to define the functional state of the SDMMC signals: Any further write will be ignored, PWRCTRL value will keep 11.
sourcepub fn vswitch(&self) -> BitReaderRaw<bool>
pub fn vswitch(&self) -> BitReaderRaw<bool>
Bit 2 - Voltage switch sequence start. This bit is used to start the timing critical section of the voltage switch sequence:
Methods from Deref<Target = R<POWER_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<POWER_SPEC>> for R
impl From<R<POWER_SPEC>> for R
sourcefn from(reader: R<POWER_SPEC>) -> R
fn from(reader: R<POWER_SPEC>) -> R
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