Struct esp32s3::spi1::flash_waiti_ctrl::W
source · pub struct W(_);
Expand description
Register FLASH_WAITI_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn waiti_en(&mut self) -> WAITI_EN_W<'_, 0>
pub fn waiti_en(&mut self) -> WAITI_EN_W<'_, 0>
Bit 0 - Set this bit to enable auto-waiting flash idle operation when PP/SE/BE/CE/WRSR/PES command is sent.
sourcepub fn waiti_dummy(&mut self) -> WAITI_DUMMY_W<'_, 1>
pub fn waiti_dummy(&mut self) -> WAITI_DUMMY_W<'_, 1>
Bit 1 - Set this bit to enable DUMMY phase in auto wait flash idle transfer(RDSR).
sourcepub fn waiti_cmd(&mut self) -> WAITI_CMD_W<'_, 2>
pub fn waiti_cmd(&mut self) -> WAITI_CMD_W<'_, 2>
Bits 2:9 - The command value of auto wait flash idle transfer(RDSR).
sourcepub fn waiti_dummy_cyclelen(&mut self) -> WAITI_DUMMY_CYCLELEN_W<'_, 10>
pub fn waiti_dummy_cyclelen(&mut self) -> WAITI_DUMMY_CYCLELEN_W<'_, 10>
Bits 10:15 - The dummy cycle length when wait flash idle(RDSR).
Methods from Deref<Target = W<FLASH_WAITI_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<FLASH_WAITI_CTRL_SPEC>> for W
impl From<W<FLASH_WAITI_CTRL_SPEC>> for W
sourcefn from(writer: W<FLASH_WAITI_CTRL_SPEC>) -> Self
fn from(writer: W<FLASH_WAITI_CTRL_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