pub struct W(_);
Expand description
Register CFG_DATA7
writer
Implementations
sourceimpl W
impl W
sourcepub fn pin_state(&mut self) -> PIN_STATE_W<'_>
pub fn pin_state(&mut self) -> PIN_STATE_W<'_>
Bits 0:7
sourcepub fn chip_state(&mut self) -> CHIP_STATE_W<'_>
pub fn chip_state(&mut self) -> CHIP_STATE_W<'_>
Bits 8:15
sourcepub fn sdio_rst(&mut self) -> SDIO_RST_W<'_>
pub fn sdio_rst(&mut self) -> SDIO_RST_W<'_>
Bit 16
sourcepub fn sdio_ioready0(&mut self) -> SDIO_IOREADY0_W<'_>
pub fn sdio_ioready0(&mut self) -> SDIO_IOREADY0_W<'_>
Bit 17
Methods from Deref<Target = W<CFG_DATA7_SPEC>>
Trait Implementations
sourceimpl From<W<CFG_DATA7_SPEC>> for W
impl From<W<CFG_DATA7_SPEC>> for W
sourcefn from(writer: W<CFG_DATA7_SPEC>) -> Self
fn from(writer: W<CFG_DATA7_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