Struct esp32s3::spi0::timing_cali::R
source · pub struct R(_);
Expand description
Register TIMING_CALI
reader
Implementations§
source§impl R
impl R
sourcepub fn timing_clk_ena(&self) -> TIMING_CLK_ENA_R
pub fn timing_clk_ena(&self) -> 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 timing_cali(&self) -> TIMING_CALI_R
pub fn timing_cali(&self) -> TIMING_CALI_R
Bit 1 - Set this bit to add extra SPI_CLK cycles in DUMMY phase for all reading operations.
sourcepub fn extra_dummy_cyclelen(&self) -> EXTRA_DUMMY_CYCLELEN_R
pub fn extra_dummy_cyclelen(&self) -> EXTRA_DUMMY_CYCLELEN_R
Bits 2:4 - Extra SPI_CLK cycles added in DUMMY phase for timing compensation, when SPI0 accesses to flash. Active when SPI_MEM_TIMING_CALI bit is set.