Struct esp32s3_hal::pac::spi0::sram_dwr_cmd::R
pub struct R(_);
Expand description
Register SRAM_DWR_CMD
reader
Implementations§
§impl R
impl R
pub fn cache_sram_usr_wr_cmd_value(&self) -> FieldReaderRaw<u16, u16>
pub fn cache_sram_usr_wr_cmd_value(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - When SPI0 writes Ext_RAM, it is the command value of CMD phase.
pub fn cache_sram_usr_wr_cmd_bitlen(&self) -> FieldReaderRaw<u8, u8>
pub fn cache_sram_usr_wr_cmd_bitlen(&self) -> FieldReaderRaw<u8, u8>
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>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SRAM_DWR_CMD_SPEC>> for R
impl From<R<SRAM_DWR_CMD_SPEC>> for R
§fn from(reader: R<SRAM_DWR_CMD_SPEC>) -> R
fn from(reader: R<SRAM_DWR_CMD_SPEC>) -> R
Converts to this type from the input type.