Struct esp32s3::spi0::sram_dwr_cmd::R
source · pub struct R(_);
Expand description
Register SRAM_DWR_CMD
reader
Implementations
sourceimpl R
impl R
sourcepub fn cache_sram_usr_wr_cmd_value(&self) -> CACHE_SRAM_USR_WR_CMD_VALUE_R
pub fn cache_sram_usr_wr_cmd_value(&self) -> CACHE_SRAM_USR_WR_CMD_VALUE_R
Bits 0:15 - When SPI0 writes Ext_RAM, it is the command value of CMD phase.
sourcepub fn cache_sram_usr_wr_cmd_bitlen(&self) -> CACHE_SRAM_USR_WR_CMD_BITLEN_R
pub fn cache_sram_usr_wr_cmd_bitlen(&self) -> CACHE_SRAM_USR_WR_CMD_BITLEN_R
Bits 28:31 - When SPI0 writes Ext_RAM, it is the length in bits of CMD phase. The register value shall be (bit_num-1).
Methods from Deref<Target = R<SRAM_DWR_CMD_SPEC>>
Trait Implementations
sourceimpl From<R<SRAM_DWR_CMD_SPEC>> for R
impl From<R<SRAM_DWR_CMD_SPEC>> for R
sourcefn from(reader: R<SRAM_DWR_CMD_SPEC>) -> Self
fn from(reader: R<SRAM_DWR_CMD_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