Struct esp32c6::spi0::spi_mem_xts_linesize::W
source · pub struct W(_);
Expand description
Register SPI_MEM_XTS_LINESIZE
writer
Implementations§
source§impl W
impl W
sourcepub fn spi_xts_linesize(&mut self) -> SPI_XTS_LINESIZE_W<'_, 0>
pub fn spi_xts_linesize(&mut self) -> SPI_XTS_LINESIZE_W<'_, 0>
Bits 0:1 - This bits stores the line-size parameter which will be used in manual encryption calculation. It decides how many bytes will be encrypted one time. 0: 16-bytes, 1: 32-bytes, 2: 64-bytes, 3:reserved.
Methods from Deref<Target = W<SPI_MEM_XTS_LINESIZE_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