Struct esp32h2::spi1::spi_mem_w3::R
source · pub struct R(_);
Expand description
Register SPI_MEM_W3
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_mem_buf3(&self) -> SPI_MEM_BUF3_R
pub fn spi_mem_buf3(&self) -> SPI_MEM_BUF3_R
Bits 0:31 - data buffer
Methods from Deref<Target = R<SPI_MEM_W3_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