Struct esp32s3::spi0::spi_smem_timing_cali::R
source · pub struct R(_);
Expand description
Register SPI_SMEM_TIMING_CALI
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_smem_timing_clk_ena(&self) -> SPI_SMEM_TIMING_CLK_ENA_R
pub fn spi_smem_timing_clk_ena(&self) -> SPI_SMEM_TIMING_CLK_ENA_R
Bit 0 - Set this bit to power on HCLK. When PLL is powered on, the frequency of HCLK equals to that of PLL. Otherwise, the frequency equals to that of XTAL.
sourcepub fn spi_smem_timing_cali(&self) -> SPI_SMEM_TIMING_CALI_R
pub fn spi_smem_timing_cali(&self) -> SPI_SMEM_TIMING_CALI_R
Bit 1 - Set this bit to add extra SPI_CLK cycles in DUMMY phase for all reading operations.
sourcepub fn spi_smem_extra_dummy_cyclelen(&self) -> SPI_SMEM_EXTRA_DUMMY_CYCLELEN_R
pub fn spi_smem_extra_dummy_cyclelen(&self) -> SPI_SMEM_EXTRA_DUMMY_CYCLELEN_R
Bits 2:4 - Extra SPI_CLK cycles added in DUMMY phase for timing compensation, when SPI0 accesses to Ext_RAM. Active when SPI_SMEM_TIMING_CALI bit is set.