Struct esp32c3::gpiosd::sigmadelta_misc::W
source · pub struct W(_);
Expand description
Register SIGMADELTA_MISC
writer
Implementations
sourceimpl W
impl W
sourcepub fn function_clk_en(&mut self) -> FUNCTION_CLK_EN_W<'_, 30>
pub fn function_clk_en(&mut self) -> FUNCTION_CLK_EN_W<'_, 30>
Bit 30 - Clock enable bit of sigma delta modulation.
sourcepub fn spi_swap(&mut self) -> SPI_SWAP_W<'_, 31>
pub fn spi_swap(&mut self) -> SPI_SWAP_W<'_, 31>
Bit 31 - Reserved.
Methods from Deref<Target = W<SIGMADELTA_MISC_SPEC>>
Trait Implementations
sourceimpl From<W<SIGMADELTA_MISC_SPEC>> for W
impl From<W<SIGMADELTA_MISC_SPEC>> for W
sourcefn from(writer: W<SIGMADELTA_MISC_SPEC>) -> Self
fn from(writer: W<SIGMADELTA_MISC_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