Struct esp32h2::spi0::spi_mem_xts_destination::R
source · pub struct R(_);
Expand description
Register SPI_MEM_XTS_DESTINATION
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_xts_destination(&self) -> SPI_XTS_DESTINATION_R
pub fn spi_xts_destination(&self) -> SPI_XTS_DESTINATION_R
Bit 0 - This bit stores the destination parameter which will be used in manual encryption calculation. 0: flash(default), 1: psram(reserved). Only default value can be used.
Methods from Deref<Target = R<SPI_MEM_XTS_DESTINATION_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