Struct esp32s3::spi0::cache_sctrl::USR_SRAM_QIO_W
source · [−]pub struct USR_SRAM_QIO_W<'a> { /* private fields */ }Expand description
Field USR_SRAM_QIO writer - Set the bit to enable QPI mode in all SPI0 Ext_RAM transfer.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for USR_SRAM_QIO_W<'a>
impl<'a> Send for USR_SRAM_QIO_W<'a>
impl<'a> Sync for USR_SRAM_QIO_W<'a>
impl<'a> Unpin for USR_SRAM_QIO_W<'a>
impl<'a> !UnwindSafe for USR_SRAM_QIO_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