pub struct R(_);
Expand description
Register BLK0_WDATA4
reader
Implementations
sourceimpl R
impl R
sourcepub fn ck8m_freq(&self) -> CK8M_FREQ_R
pub fn ck8m_freq(&self) -> CK8M_FREQ_R
Bits 0:7
sourcepub fn adc_vref(&self) -> ADC_VREF_R
pub fn adc_vref(&self) -> ADC_VREF_R
Bits 8:12 - True ADC reference voltage
sourcepub fn sdio_drefh(&self) -> SDIO_DREFH_R
pub fn sdio_drefh(&self) -> SDIO_DREFH_R
Bits 8:9
sourcepub fn sdio_drefm(&self) -> SDIO_DREFM_R
pub fn sdio_drefm(&self) -> SDIO_DREFM_R
Bits 10:11
sourcepub fn sdio_drefl(&self) -> SDIO_DREFL_R
pub fn sdio_drefl(&self) -> SDIO_DREFL_R
Bits 12:13
sourcepub fn xpd_sdio(&self) -> XPD_SDIO_R
pub fn xpd_sdio(&self) -> XPD_SDIO_R
Bit 14 - program for XPD_SDIO_REG
sourcepub fn sdio_tieh(&self) -> SDIO_TIEH_R
pub fn sdio_tieh(&self) -> SDIO_TIEH_R
Bit 15 - program for SDIO_TIEH
sourcepub fn sdio_force(&self) -> SDIO_FORCE_R
pub fn sdio_force(&self) -> SDIO_FORCE_R
Bit 16 - program for sdio_force
Methods from Deref<Target = R<BLK0_WDATA4_SPEC>>
Trait Implementations
sourceimpl From<R<BLK0_WDATA4_SPEC>> for R
impl From<R<BLK0_WDATA4_SPEC>> for R
sourcefn from(reader: R<BLK0_WDATA4_SPEC>) -> Self
fn from(reader: R<BLK0_WDATA4_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