pub struct W(_);
Expand description
Register CFG_DATA1
writer
Implementations
sourceimpl W
impl W
sourcepub fn sdio_enable(&mut self) -> SDIO_ENABLE_W<'_, 0>
pub fn sdio_enable(&mut self) -> SDIO_ENABLE_W<'_, 0>
Bit 0
sourcepub fn sdio_ioready1(&mut self) -> SDIO_IOREADY1_W<'_, 1>
pub fn sdio_ioready1(&mut self) -> SDIO_IOREADY1_W<'_, 1>
Bit 1
sourcepub fn highspeed_enable(&mut self) -> HIGHSPEED_ENABLE_W<'_, 2>
pub fn highspeed_enable(&mut self) -> HIGHSPEED_ENABLE_W<'_, 2>
Bit 2
sourcepub fn sdio_cd_enable(&mut self) -> SDIO_CD_ENABLE_W<'_, 4>
pub fn sdio_cd_enable(&mut self) -> SDIO_CD_ENABLE_W<'_, 4>
Bit 4
sourcepub fn sdio_ioready2(&mut self) -> SDIO_IOREADY2_W<'_, 5>
pub fn sdio_ioready2(&mut self) -> SDIO_IOREADY2_W<'_, 5>
Bit 5
sourcepub fn sdio_int_mask(&mut self) -> SDIO_INT_MASK_W<'_, 6>
pub fn sdio_int_mask(&mut self) -> SDIO_INT_MASK_W<'_, 6>
Bit 6
sourcepub fn sdio20_conf0(&mut self) -> SDIO20_CONF0_W<'_, 12>
pub fn sdio20_conf0(&mut self) -> SDIO20_CONF0_W<'_, 12>
Bits 12:15
sourcepub fn sdio_ver(&mut self) -> SDIO_VER_W<'_, 16>
pub fn sdio_ver(&mut self) -> SDIO_VER_W<'_, 16>
Bits 16:27
sourcepub fn sdio20_conf1(&mut self) -> SDIO20_CONF1_W<'_, 29>
pub fn sdio20_conf1(&mut self) -> SDIO20_CONF1_W<'_, 29>
Bits 29:31
Methods from Deref<Target = W<CFG_DATA1_SPEC>>
Trait Implementations
sourceimpl From<W<CFG_DATA1_SPEC>> for W
impl From<W<CFG_DATA1_SPEC>> for W
sourcefn from(writer: W<CFG_DATA1_SPEC>) -> Self
fn from(writer: W<CFG_DATA1_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