pub struct R(_);
Expand description
Register SRAM_CLK
reader
Implementations§
source§impl R
impl R
sourcepub fn sclkcnt_l(&self) -> SCLKCNT_L_R
pub fn sclkcnt_l(&self) -> SCLKCNT_L_R
Bits 0:7 - It must equal to the value of SPI_MEM_SCLKCNT_N.
sourcepub fn sclkcnt_h(&self) -> SCLKCNT_H_R
pub fn sclkcnt_h(&self) -> SCLKCNT_H_R
Bits 8:15 - It must be a floor value of ((SPI_MEM_SCLKCNT_N+1)/2-1).
sourcepub fn sclkcnt_n(&self) -> SCLKCNT_N_R
pub fn sclkcnt_n(&self) -> SCLKCNT_N_R
Bits 16:23 - When SPI0 accesses to Ext_RAM, f_SPI_CLK = f_MSPI_CORE_CLK/(SPI_MEM_SCLKCNT_N+1)
sourcepub fn sclk_equ_sysclk(&self) -> SCLK_EQU_SYSCLK_R
pub fn sclk_equ_sysclk(&self) -> SCLK_EQU_SYSCLK_R
Bit 31 - When SPI0 accesses to Ext_RAM, set this bit in 1-division mode, f_SPI_CLK = f_MSPI_CORE_CLK.