Struct esp32c3::spi1::flash_sus_cmd::R
source · pub struct R(_);
Expand description
Register FLASH_SUS_CMD
reader
Implementations§
source§impl R
impl R
sourcepub fn flash_per_command(&self) -> FLASH_PER_COMMAND_R
pub fn flash_per_command(&self) -> FLASH_PER_COMMAND_R
Bits 0:7 - Program/Erase resume command.
sourcepub fn flash_pes_command(&self) -> FLASH_PES_COMMAND_R
pub fn flash_pes_command(&self) -> FLASH_PES_COMMAND_R
Bits 8:15 - Program/Erase suspend command.
sourcepub fn wait_pesr_command(&self) -> WAIT_PESR_COMMAND_R
pub fn wait_pesr_command(&self) -> WAIT_PESR_COMMAND_R
Bits 16:31 - Flash SUS/SUS1/SUS2 status bit read command. The command should be sent when SUS/SUS1/SUS2 bit should be checked to insure the suspend or resume status of flash.
Methods from Deref<Target = R<FLASH_SUS_CMD_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