Struct esp32c3::gpio_sd::sigmadelta_misc::W
source · pub struct W(_);
Expand description
Register SIGMADELTA_MISC
writer
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more