pub struct R(_);
Expand description
Register SDIO_CONF
reader
Implementations§
§impl R
impl R
pub fn sdio_pd_en(&self) -> BitReaderRaw<bool>
pub fn sdio_pd_en(&self) -> BitReaderRaw<bool>
Bit 21 - power down SDIO_REG in sleep. Only active when reg_sdio_force = 0
pub fn sdio_force(&self) -> BitReaderRaw<bool>
pub fn sdio_force(&self) -> BitReaderRaw<bool>
Bit 22 - 1: use SW option to control SDIO_REG 0: use state machine
pub fn sdio_tieh(&self) -> BitReaderRaw<bool>
pub fn sdio_tieh(&self) -> BitReaderRaw<bool>
Bit 23 - SW option for SDIO_TIEH. Only active when reg_sdio_force = 1
pub fn reg1p8_ready(&self) -> BitReaderRaw<bool>
pub fn reg1p8_ready(&self) -> BitReaderRaw<bool>
Bit 24 - read only register for REG1P8_READY
pub fn drefl_sdio(&self) -> FieldReaderRaw<u8, u8>
pub fn drefl_sdio(&self) -> FieldReaderRaw<u8, u8>
Bits 25:26 - SW option for DREFL_SDIO. Only active when reg_sdio_force = 1
pub fn drefm_sdio(&self) -> FieldReaderRaw<u8, u8>
pub fn drefm_sdio(&self) -> FieldReaderRaw<u8, u8>
Bits 27:28 - SW option for DREFM_SDIO. Only active when reg_sdio_force = 1
pub fn drefh_sdio(&self) -> FieldReaderRaw<u8, u8>
pub fn drefh_sdio(&self) -> FieldReaderRaw<u8, u8>
Bits 29:30 - SW option for DREFH_SDIO. Only active when reg_sdio_force = 1
Methods from Deref<Target = R<SDIO_CONF_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<SDIO_CONF_SPEC>> for R
impl From<R<SDIO_CONF_SPEC>> for R
§fn from(reader: R<SDIO_CONF_SPEC>) -> R
fn from(reader: R<SDIO_CONF_SPEC>) -> R
Converts to this type from the input type.