Struct esp32c3::spi1::flash_sus_ctrl::RD_SUS_2B_W
source · [−]pub struct RD_SUS_2B_W<'a> { /* private fields */ }Expand description
Field RD_SUS_2B writer - 1: Read two bytes when check flash SUS/SUS1/SUS2 status bit. 0: Read one byte when check flash SUS/SUS1/SUS2 status bit
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RD_SUS_2B_W<'a>
impl<'a> Send for RD_SUS_2B_W<'a>
impl<'a> Sync for RD_SUS_2B_W<'a>
impl<'a> Unpin for RD_SUS_2B_W<'a>
impl<'a> !UnwindSafe for RD_SUS_2B_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