Struct esp32h2::spi0::spi_mem_xts_plain_base::R
source · pub struct R(_);
Expand description
Register SPI_MEM_XTS_PLAIN_BASE
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_xts_plain(&self) -> SPI_XTS_PLAIN_R
pub fn spi_xts_plain(&self) -> SPI_XTS_PLAIN_R
Bits 0:31 - This field is only used to generate include file in c case. This field is useless. Please do not use this field.
Methods from Deref<Target = R<SPI_MEM_XTS_PLAIN_BASE_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