pub struct R(_);
Expand description
Register CTYPE
reader
Implementations§
§impl R
impl R
pub fn card_width4(&self) -> FieldReaderRaw<u8, u8>
pub fn card_width4(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - One bit per card indicates if card is 1-bit or 4-bit mode. 0: 1-bit mode; 1: 4-bit mode. Bit[1:0] correspond to card[1:0] respectively.
pub fn card_width8(&self) -> FieldReaderRaw<u8, u8>
pub fn card_width8(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17 - One bit per card indicates if card is in 8-bit mode. 0: Non 8-bit mode; 1: 8-bit mode. Bit[17:16] correspond to card[1:0] respectively.
Methods from Deref<Target = R<CTYPE_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<CTYPE_SPEC>> for R
impl From<R<CTYPE_SPEC>> for R
§fn from(reader: R<CTYPE_SPEC>) -> R
fn from(reader: R<CTYPE_SPEC>) -> R
Converts to this type from the input type.