Struct esp32h2::spi0::spi_mem_sram_dwr_cmd::R
source · pub struct R(_);
Expand description
Register SPI_MEM_SRAM_DWR_CMD
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_mem_cache_sram_usr_wr_cmd_value(
&self
) -> SPI_MEM_CACHE_SRAM_USR_WR_CMD_VALUE_R
pub fn spi_mem_cache_sram_usr_wr_cmd_value( &self ) -> SPI_MEM_CACHE_SRAM_USR_WR_CMD_VALUE_R
Bits 0:15 - For SPI0,When cache mode is enable it is the write command value of command phase for sram.
sourcepub fn spi_mem_cache_sram_usr_wr_cmd_bitlen(
&self
) -> SPI_MEM_CACHE_SRAM_USR_WR_CMD_BITLEN_R
pub fn spi_mem_cache_sram_usr_wr_cmd_bitlen( &self ) -> SPI_MEM_CACHE_SRAM_USR_WR_CMD_BITLEN_R
Bits 28:31 - For SPI0,When cache mode is enable it is the in bits of command phase for sram. The register value shall be (bit_num-1).
Methods from Deref<Target = R<SPI_MEM_SRAM_DWR_CMD_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