pub struct W(_);
Expand description
Register CFG_DATA7
writer
Implementations§
§impl W
impl W
pub fn pin_state(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA7_SPEC, u8, u8, Unsafe, 8, 0>
pub fn pin_state(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA7_SPEC, u8, u8, Unsafe, 8, 0>
Bits 0:7
pub fn chip_state(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA7_SPEC, u8, u8, Unsafe, 8, 8>
pub fn chip_state(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA7_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15
pub fn sdio_rst(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA7_SPEC, bool, BitM, 16>
pub fn sdio_rst(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA7_SPEC, bool, BitM, 16>
Bit 16
pub fn sdio_ioready0(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA7_SPEC, bool, BitM, 17>
pub fn sdio_ioready0(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA7_SPEC, bool, BitM, 17>
Bit 17
Methods from Deref<Target = W<CFG_DATA7_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<CFG_DATA7_SPEC>> for W
impl From<W<CFG_DATA7_SPEC>> for W
§fn from(writer: W<CFG_DATA7_SPEC>) -> W
fn from(writer: W<CFG_DATA7_SPEC>) -> W
Converts to this type from the input type.