Struct esp32s3_hal::pac::gpiosd::sigmadelta_misc::W
pub struct W(_);
Expand description
Register SIGMADELTA_MISC
writer
Implementations§
§impl W
impl W
pub fn function_clk_en(
&mut self
) -> BitWriterRaw<'_, u32, SIGMADELTA_MISC_SPEC, bool, BitM, 30>
pub fn function_clk_en(
&mut self
) -> BitWriterRaw<'_, u32, SIGMADELTA_MISC_SPEC, bool, BitM, 30>
Bit 30 - Clock enable bit of sigma delta modulation.
pub fn spi_swap(
&mut self
) -> BitWriterRaw<'_, u32, SIGMADELTA_MISC_SPEC, bool, BitM, 31>
pub fn spi_swap(
&mut self
) -> BitWriterRaw<'_, u32, SIGMADELTA_MISC_SPEC, bool, BitM, 31>
Bit 31 - Reserved.
Methods from Deref<Target = W<SIGMADELTA_MISC_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<SIGMADELTA_MISC_SPEC>> for W
impl From<W<SIGMADELTA_MISC_SPEC>> for W
§fn from(writer: W<SIGMADELTA_MISC_SPEC>) -> W
fn from(writer: W<SIGMADELTA_MISC_SPEC>) -> W
Converts to this type from the input type.