pub struct W(_);
Expand description
Register SRAM_DWR_CMD
writer
Implementations
sourceimpl W
impl W
sourcepub fn cache_sram_usr_wr_cmd_value(
&mut self
) -> CACHE_SRAM_USR_WR_CMD_VALUE_W<'_, 0>
pub fn cache_sram_usr_wr_cmd_value(
&mut self
) -> CACHE_SRAM_USR_WR_CMD_VALUE_W<'_, 0>
Bits 0:15 - For SPI0 When cache mode is enable it is the write command value of command phase for SRAM.
sourcepub fn cache_sram_usr_wr_cmd_bitlen(
&mut self
) -> CACHE_SRAM_USR_WR_CMD_BITLEN_W<'_, 28>
pub fn cache_sram_usr_wr_cmd_bitlen(
&mut self
) -> CACHE_SRAM_USR_WR_CMD_BITLEN_W<'_, 28>
Bits 28:31 - For SPI0 When cache mode is enable it is the in bits of command phase for SRAM. The register value shall be (bit_num-1).
Methods from Deref<Target = W<SRAM_DWR_CMD_SPEC>>
Trait Implementations
sourceimpl From<W<SRAM_DWR_CMD_SPEC>> for W
impl From<W<SRAM_DWR_CMD_SPEC>> for W
sourcefn from(writer: W<SRAM_DWR_CMD_SPEC>) -> Self
fn from(writer: W<SRAM_DWR_CMD_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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