Struct esp32c3::gpio_sd::sigmadelta_misc::R
source · pub struct R(_);
Expand description
Register SIGMADELTA_MISC
reader
Implementations§
source§impl R
impl R
sourcepub fn function_clk_en(&self) -> FUNCTION_CLK_EN_R
pub fn function_clk_en(&self) -> FUNCTION_CLK_EN_R
Bit 30 - Clock enable bit of sigma delta modulation.
sourcepub fn spi_swap(&self) -> SPI_SWAP_R
pub fn spi_swap(&self) -> SPI_SWAP_R
Bit 31 - Reserved.
Methods from Deref<Target = R<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