pub struct R(_);
Expand description
Register CFG_DATA1
reader
Implementations§
§impl R
impl R
pub fn sdio_enable(&self) -> BitReaderRaw<bool>
pub fn sdio_enable(&self) -> BitReaderRaw<bool>
Bit 0
pub fn sdio_ioready1(&self) -> BitReaderRaw<bool>
pub fn sdio_ioready1(&self) -> BitReaderRaw<bool>
Bit 1
pub fn highspeed_enable(&self) -> BitReaderRaw<bool>
pub fn highspeed_enable(&self) -> BitReaderRaw<bool>
Bit 2
pub fn highspeed_mode(&self) -> BitReaderRaw<bool>
pub fn highspeed_mode(&self) -> BitReaderRaw<bool>
Bit 3
pub fn sdio_cd_enable(&self) -> BitReaderRaw<bool>
pub fn sdio_cd_enable(&self) -> BitReaderRaw<bool>
Bit 4
pub fn sdio_ioready2(&self) -> BitReaderRaw<bool>
pub fn sdio_ioready2(&self) -> BitReaderRaw<bool>
Bit 5
pub fn sdio_int_mask(&self) -> BitReaderRaw<bool>
pub fn sdio_int_mask(&self) -> BitReaderRaw<bool>
Bit 6
pub fn cd_disable(&self) -> BitReaderRaw<bool>
pub fn cd_disable(&self) -> BitReaderRaw<bool>
Bit 8
pub fn sdio20_conf0(&self) -> FieldReaderRaw<u8, u8>
pub fn sdio20_conf0(&self) -> FieldReaderRaw<u8, u8>
Bits 12:15
pub fn sdio20_conf1(&self) -> FieldReaderRaw<u8, u8>
pub fn sdio20_conf1(&self) -> FieldReaderRaw<u8, u8>
Bits 29:31
Methods from Deref<Target = R<CFG_DATA1_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<CFG_DATA1_SPEC>> for R
impl From<R<CFG_DATA1_SPEC>> for R
§fn from(reader: R<CFG_DATA1_SPEC>) -> R
fn from(reader: R<CFG_DATA1_SPEC>) -> R
Converts to this type from the input type.