Struct esp32c3::sha::dma_block_num::W
source · pub struct W(_);
Expand description
Register DMA_BLOCK_NUM
writer
Implementations§
source§impl W
impl W
sourcepub fn dma_block_num(&mut self) -> DMA_BLOCK_NUM_W<'_, 0>
pub fn dma_block_num(&mut self) -> DMA_BLOCK_NUM_W<'_, 0>
Bits 0:5 - Dma-sha block number.
Methods from Deref<Target = W<DMA_BLOCK_NUM_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