pub struct R(_);
Expand description
Register FLASH_SUS_CMD
reader
Implementations
sourceimpl R
impl R
sourcepub fn flash_per(&self) -> FLASH_PER_R
pub fn flash_per(&self) -> FLASH_PER_R
Bit 0 - program erase resume bit, program erase suspend operation will be triggered when the bit is set. The bit will be cleared once the operation done.1: enable 0: disable.
sourcepub fn flash_pes(&self) -> FLASH_PES_R
pub fn flash_pes(&self) -> FLASH_PES_R
Bit 1 - program erase suspend bit, program erase suspend operation will be triggered when the bit is set. The bit will be cleared once the operation done.1: enable 0: disable.
sourcepub fn flash_per_wait_en(&self) -> FLASH_PER_WAIT_EN_R
pub fn flash_per_wait_en(&self) -> FLASH_PER_WAIT_EN_R
Bit 2 - Set this bit to add delay time after program erase resume(PER) is sent.
sourcepub fn flash_pes_wait_en(&self) -> FLASH_PES_WAIT_EN_R
pub fn flash_pes_wait_en(&self) -> FLASH_PES_WAIT_EN_R
Bit 3 - Set this bit to add delay time after program erase suspend(PES) command is sent.
sourcepub fn pes_per_en(&self) -> PES_PER_EN_R
pub fn pes_per_en(&self) -> PES_PER_EN_R
Bit 4 - Set this bit to enable PES transfer trigger PES transfer option.
sourcepub fn pesr_idle_en(&self) -> PESR_IDLE_EN_R
pub fn pesr_idle_en(&self) -> PESR_IDLE_EN_R
Bit 5 - 1: Separate PER flash wait idle and PES flash wait idle. 0: Not separate.
Methods from Deref<Target = R<FLASH_SUS_CMD_SPEC>>
Trait Implementations
sourceimpl From<R<FLASH_SUS_CMD_SPEC>> for R
impl From<R<FLASH_SUS_CMD_SPEC>> for R
sourcefn from(reader: R<FLASH_SUS_CMD_SPEC>) -> Self
fn from(reader: R<FLASH_SUS_CMD_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