pub struct W(_);
Expand description
Register SRAM_CLK
writer
Implementations
sourceimpl W
impl W
sourcepub fn sclkcnt_l(&mut self) -> SCLKCNT_L_W<'_, 0>
pub fn sclkcnt_l(&mut self) -> SCLKCNT_L_W<'_, 0>
Bits 0:7 - It must equal to the value of SPI_MEM_SCLKCNT_N.
sourcepub fn sclkcnt_h(&mut self) -> SCLKCNT_H_W<'_, 8>
pub fn sclkcnt_h(&mut self) -> SCLKCNT_H_W<'_, 8>
Bits 8:15 - It must be a floor value of ((SPI_MEM_SCLKCNT_N+1)/2-1).
sourcepub fn sclkcnt_n(&mut self) -> SCLKCNT_N_W<'_, 16>
pub fn sclkcnt_n(&mut self) -> SCLKCNT_N_W<'_, 16>
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(&mut self) -> SCLK_EQU_SYSCLK_W<'_, 31>
pub fn sclk_equ_sysclk(&mut self) -> SCLK_EQU_SYSCLK_W<'_, 31>
Bit 31 - When SPI0 accesses to Ext_RAM, set this bit in 1-division mode, f_SPI_CLK = f_MSPI_CORE_CLK.
Methods from Deref<Target = W<SRAM_CLK_SPEC>>
Trait Implementations
sourceimpl From<W<SRAM_CLK_SPEC>> for W
impl From<W<SRAM_CLK_SPEC>> for W
sourcefn from(writer: W<SRAM_CLK_SPEC>) -> Self
fn from(writer: W<SRAM_CLK_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