pub struct R(_);
Expand description
Register SDIO_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn sdio_pd_en(&self) -> SDIO_PD_EN_R
pub fn sdio_pd_en(&self) -> SDIO_PD_EN_R
Bit 21 - power down SDIO_REG in sleep. Only active when reg_sdio_force = 0
sourcepub fn sdio_force(&self) -> SDIO_FORCE_R
pub fn sdio_force(&self) -> SDIO_FORCE_R
Bit 22 - 1: use SW option to control SDIO_REG 0: use state machine
sourcepub fn sdio_tieh(&self) -> SDIO_TIEH_R
pub fn sdio_tieh(&self) -> SDIO_TIEH_R
Bit 23 - SW option for SDIO_TIEH. Only active when reg_sdio_force = 1
sourcepub fn reg1p8_ready(&self) -> REG1P8_READY_R
pub fn reg1p8_ready(&self) -> REG1P8_READY_R
Bit 24 - read only register for REG1P8_READY
sourcepub fn drefl_sdio(&self) -> DREFL_SDIO_R
pub fn drefl_sdio(&self) -> DREFL_SDIO_R
Bits 25:26 - SW option for DREFL_SDIO. Only active when reg_sdio_force = 1
sourcepub fn drefm_sdio(&self) -> DREFM_SDIO_R
pub fn drefm_sdio(&self) -> DREFM_SDIO_R
Bits 27:28 - SW option for DREFM_SDIO. Only active when reg_sdio_force = 1
sourcepub fn drefh_sdio(&self) -> DREFH_SDIO_R
pub fn drefh_sdio(&self) -> DREFH_SDIO_R
Bits 29:30 - SW option for DREFH_SDIO. Only active when reg_sdio_force = 1
sourcepub fn xpd_sdio(&self) -> XPD_SDIO_R
pub fn xpd_sdio(&self) -> XPD_SDIO_R
Bit 31 - SW option for XPD_SDIO_REG. Only active when reg_sdio_force = 1
Methods from Deref<Target = R<SDIO_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SDIO_CONF_SPEC>> for R
impl From<R<SDIO_CONF_SPEC>> for R
sourcefn from(reader: R<SDIO_CONF_SPEC>) -> Self
fn from(reader: R<SDIO_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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