pub struct R(_);
Expand description
Register EMMCDDR
reader
Implementations§
§impl R
impl R
pub fn halfstartbit(&self) -> FieldReaderRaw<u8, u8>
pub fn halfstartbit(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - Control for start bit detection mechanism duration of start bit.Each bit refers to one slot.Set this bit to 1 for eMMC4.5 and above,set to 0 for SD applications.For eMMC4.5,start bit can be: 1’b0-Full cycle. 1’b1-less than one full cycle.
pub fn hs400_mode(&self) -> BitReaderRaw<bool>
pub fn hs400_mode(&self) -> BitReaderRaw<bool>
Bit 31 - Set 1 to enable HS400 mode.
Methods from Deref<Target = R<EMMCDDR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<EMMCDDR_SPEC>> for R
impl From<R<EMMCDDR_SPEC>> for R
§fn from(reader: R<EMMCDDR_SPEC>) -> R
fn from(reader: R<EMMCDDR_SPEC>) -> R
Converts to this type from the input type.