pub struct W(_);Expand description
Register BLK0_WDATA4 writer
Implementations
sourceimpl W
impl W
sourcepub fn ck8m_freq(&mut self) -> CK8M_FREQ_W<'_, 0>
pub fn ck8m_freq(&mut self) -> CK8M_FREQ_W<'_, 0>
Bits 0:7
sourcepub fn adc_vref(&mut self) -> ADC_VREF_W<'_, 8>
pub fn adc_vref(&mut self) -> ADC_VREF_W<'_, 8>
Bits 8:12 - True ADC reference voltage
sourcepub fn sdio_drefh(&mut self) -> SDIO_DREFH_W<'_, 8>
pub fn sdio_drefh(&mut self) -> SDIO_DREFH_W<'_, 8>
Bits 8:9
sourcepub fn sdio_drefm(&mut self) -> SDIO_DREFM_W<'_, 10>
pub fn sdio_drefm(&mut self) -> SDIO_DREFM_W<'_, 10>
Bits 10:11
sourcepub fn sdio_drefl(&mut self) -> SDIO_DREFL_W<'_, 12>
pub fn sdio_drefl(&mut self) -> SDIO_DREFL_W<'_, 12>
Bits 12:13
sourcepub fn xpd_sdio(&mut self) -> XPD_SDIO_W<'_, 14>
pub fn xpd_sdio(&mut self) -> XPD_SDIO_W<'_, 14>
Bit 14 - program for XPD_SDIO_REG
sourcepub fn sdio_tieh(&mut self) -> SDIO_TIEH_W<'_, 15>
pub fn sdio_tieh(&mut self) -> SDIO_TIEH_W<'_, 15>
Bit 15 - program for SDIO_TIEH
sourcepub fn sdio_force(&mut self) -> SDIO_FORCE_W<'_, 16>
pub fn sdio_force(&mut self) -> SDIO_FORCE_W<'_, 16>
Bit 16 - program for sdio_force
Methods from Deref<Target = W<BLK0_WDATA4_SPEC>>
Trait Implementations
sourceimpl From<W<BLK0_WDATA4_SPEC>> for W
impl From<W<BLK0_WDATA4_SPEC>> for W
sourcefn from(writer: W<BLK0_WDATA4_SPEC>) -> Self
fn from(writer: W<BLK0_WDATA4_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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