Struct esp32h2::aes::dma_enable::R
source · pub struct R(_);
Expand description
Register DMA_ENABLE
reader
Implementations§
source§impl R
impl R
sourcepub fn dma_enable(&self) -> DMA_ENABLE_R
pub fn dma_enable(&self) -> DMA_ENABLE_R
Bit 0 - 1’b0: typical AES working mode, 1’b1: DMA-AES working mode.
Methods from Deref<Target = R<DMA_ENABLE_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