Struct esp32s3::spi1::flash_sus_ctrl::W
source · pub struct W(_);Expand description
Register FLASH_SUS_CTRL writer
Implementations§
source§impl W
impl W
sourcepub fn flash_pes_en(&mut self) -> FLASH_PES_EN_W<'_, 0>
pub fn flash_pes_en(&mut self) -> FLASH_PES_EN_W<'_, 0>
Bit 0 - Set this bit to enable auto-suspend function.
sourcepub fn flash_per_command(&mut self) -> FLASH_PER_COMMAND_W<'_, 1>
pub fn flash_per_command(&mut self) -> FLASH_PER_COMMAND_W<'_, 1>
Bits 1:8 - Program/Erase resume command value.
sourcepub fn flash_pes_command(&mut self) -> FLASH_PES_COMMAND_W<'_, 9>
pub fn flash_pes_command(&mut self) -> FLASH_PES_COMMAND_W<'_, 9>
Bits 9:16 - Program/Erase suspend command value.
Methods from Deref<Target = W<FLASH_SUS_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more