Struct esp32c6::spi1::spi_mem_miso_dlen::W
source · pub struct W(_);
Expand description
Register SPI_MEM_MISO_DLEN
writer
Implementations§
source§impl W
impl W
sourcepub fn spi_mem_usr_miso_dbitlen(&mut self) -> SPI_MEM_USR_MISO_DBITLEN_W<'_, 0>
pub fn spi_mem_usr_miso_dbitlen(&mut self) -> SPI_MEM_USR_MISO_DBITLEN_W<'_, 0>
Bits 0:9 - The length in bits of read-data. The register value shall be (bit_num-1).
Methods from Deref<Target = W<SPI_MEM_MISO_DLEN_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