pub struct W(_);
Expand description
Register CACHE_FCTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn cache_usr_cmd_4byte(&mut self) -> CACHE_USR_CMD_4BYTE_W<'_, 1>
pub fn cache_usr_cmd_4byte(&mut self) -> CACHE_USR_CMD_4BYTE_W<'_, 1>
Bit 1 - Set this bit to enable SPI1 transfer with 32 bits address. The value of SPI_MEM_USR_ADDR_BITLEN should be 31.
sourcepub fn fdin_dual(&mut self) -> FDIN_DUAL_W<'_, 3>
pub fn fdin_dual(&mut self) -> FDIN_DUAL_W<'_, 3>
Bit 3 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 2-bm in DIN phase.
sourcepub fn fdout_dual(&mut self) -> FDOUT_DUAL_W<'_, 4>
pub fn fdout_dual(&mut self) -> FDOUT_DUAL_W<'_, 4>
Bit 4 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 2-bm in DOUT phase.
sourcepub fn faddr_dual(&mut self) -> FADDR_DUAL_W<'_, 5>
pub fn faddr_dual(&mut self) -> FADDR_DUAL_W<'_, 5>
Bit 5 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 2-bm in ADDR phase.
sourcepub fn fdin_quad(&mut self) -> FDIN_QUAD_W<'_, 6>
pub fn fdin_quad(&mut self) -> FDIN_QUAD_W<'_, 6>
Bit 6 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 4-bm in DIN phase.
sourcepub fn fdout_quad(&mut self) -> FDOUT_QUAD_W<'_, 7>
pub fn fdout_quad(&mut self) -> FDOUT_QUAD_W<'_, 7>
Bit 7 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 4-bm in DOUT phase.
sourcepub fn faddr_quad(&mut self) -> FADDR_QUAD_W<'_, 8>
pub fn faddr_quad(&mut self) -> FADDR_QUAD_W<'_, 8>
Bit 8 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 4-bm in ADDR phase.
Methods from Deref<Target = W<CACHE_FCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<CACHE_FCTRL_SPEC>> for W
impl From<W<CACHE_FCTRL_SPEC>> for W
sourcefn from(writer: W<CACHE_FCTRL_SPEC>) -> Self
fn from(writer: W<CACHE_FCTRL_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