Struct esp32s3::sha::dma_block_num::R
source · pub struct R(_);
Expand description
Register DMA_BLOCK_NUM
reader
Implementations§
source§impl R
impl R
sourcepub fn dma_block_num(&self) -> DMA_BLOCK_NUM_R
pub fn dma_block_num(&self) -> DMA_BLOCK_NUM_R
Bits 0:5 - dma-sha block number
Methods from Deref<Target = R<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