Struct esp32h2::spi1::spi_mem_clock_gate::R
source · pub struct R(_);
Expand description
Register SPI_MEM_CLOCK_GATE
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_mem_clk_en(&self) -> SPI_MEM_CLK_EN_R
pub fn spi_mem_clk_en(&self) -> SPI_MEM_CLK_EN_R
Bit 0 - Register clock gate enable signal. 1: Enable. 0: Disable.
Methods from Deref<Target = R<SPI_MEM_CLOCK_GATE_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