Struct esp32c3::spi1::flash_sus_ctrl::PER_END_EN_W   
source · [−]pub struct PER_END_EN_W<'a> { /* private fields */ }Expand description
Field PER_END_EN writer - 1: Both WIP and SUS/SUS1/SUS2 bits should be checked to insure the resume status of flash. 0: Only need to check WIP is 0.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PER_END_EN_W<'a>
impl<'a> Send for PER_END_EN_W<'a>
impl<'a> Sync for PER_END_EN_W<'a>
impl<'a> Unpin for PER_END_EN_W<'a>
impl<'a> !UnwindSafe for PER_END_EN_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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