pub struct W(_);
Expand description
Register CFG_DATA1
writer
Implementations§
§impl W
impl W
pub fn sdio_enable(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 0>
pub fn sdio_enable(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 0>
Bit 0
pub fn sdio_ioready1(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 1>
pub fn sdio_ioready1(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 1>
Bit 1
pub fn highspeed_enable(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 2>
pub fn highspeed_enable(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 2>
Bit 2
pub fn sdio_cd_enable(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 4>
pub fn sdio_cd_enable(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 4>
Bit 4
pub fn sdio_ioready2(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 5>
pub fn sdio_ioready2(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 5>
Bit 5
pub fn sdio_int_mask(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 6>
pub fn sdio_int_mask(
&mut self
) -> BitWriterRaw<'_, u32, CFG_DATA1_SPEC, bool, BitM, 6>
Bit 6
pub fn sdio20_conf0(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA1_SPEC, u8, u8, Unsafe, 4, 12>
pub fn sdio20_conf0(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA1_SPEC, u8, u8, Unsafe, 4, 12>
Bits 12:15
pub fn sdio_ver(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA1_SPEC, u16, u16, Unsafe, 12, 16>
pub fn sdio_ver(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA1_SPEC, u16, u16, Unsafe, 12, 16>
Bits 16:27
pub fn sdio20_conf1(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA1_SPEC, u8, u8, Unsafe, 3, 29>
pub fn sdio20_conf1(
&mut self
) -> FieldWriterRaw<'_, u32, CFG_DATA1_SPEC, u8, u8, Unsafe, 3, 29>
Bits 29:31
Methods from Deref<Target = W<CFG_DATA1_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_DATA1_SPEC>> for W
impl From<W<CFG_DATA1_SPEC>> for W
§fn from(writer: W<CFG_DATA1_SPEC>) -> W
fn from(writer: W<CFG_DATA1_SPEC>) -> W
Converts to this type from the input type.